-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[o11y alerting serverless] Incomplete breadcrumbs #161447
Comments
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
I also noticed that the Cases breadcrumbs do not work correctly in the O11y Serverless project. In Cases, we use
in the navigationTree defined here |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
The issue is caused by the The shared-ux navigation component, to prevent showing broken links, filters all It would be great to have a clearer specification of what a |
This is still relevant. I think the best approach would be to add the alerts sub-pages to the navigation tree for the breadcrumbs (but keep them hidden in the side nav). But this isn't possible now, it should be after #166883 is done. |
I tested and for Cases this is still relevant. |
#167774 Will introduce a way to hide links from the side nav ( However, solution will have to set |
## Summary partially fixes #161447 Fixed "Create Case" and "Manage Cases" breadcrumbs
## Summary Close #161447 This fixes deeper context breadcrumbs in serverless observability project for alerts and slos apps. This builds on top of #169513 where we added merging of navigational project breadcrumbs with deeper context breadcrumbs set by `chrome.setBreadcrumbs`. The merging is based on deepLinkId, so we're adding it to base breadcrumbs. The deepLinkId is type checked. ![Screenshot 2023-10-25 at 12 28 07](https://github.com/elastic/kibana/assets/7784120/947f59b3-b338-4bd1-96b9-7414bf396fae) ![Screenshot 2023-10-25 at 12 28 16](https://github.com/elastic/kibana/assets/7784120/5e73e902-3397-4b3e-9202-5c1e2c49358f)
Environment
yarn start --serverless=oblt
Describe the bug
Breadcrumbs show "Home > Alerts" despite being on rules or rule detail pages.
Steps to reproduce
Expected behaviour
Breadcrumbs to show the path corresponding to the current page
Screenshots
The text was updated successfully, but these errors were encountered: