Open mgiota opened 1 month ago
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)
I just opened https://github.com/elastic/kibana/pull/196169 to fix some of the breadcrumbs for the new solution navigation.
Once that PR is merged you will have access to the updated API for chrome.setBreadcrumbs()
, where you will be able to declare the project breadcrumbs (when the app is being seen from inside the observability solution view).
Hey @mgiota,
Thanks for raising this. Are you referring to the 'applications' in the top breadcrumb not being clickable?
Do you think this is APM specific or generally across all of Kibana?
The behaviour seems the same everywhere I look so just checking whether this is work required for just APM or whether it's wider.
Relates to https://github.com/elastic/kibana/pull/191506
Summary
The
breadcrumbs
based navigation to pages seems to be broken with the new left nav experience. Users can't click on them to navigate to selected pages.How to test
In order to use the new solution navigation, you need to add the following configuration keys to your
kibana.yml
file (the values are not relevant, only that there is SOME value there):The “switch on new navigation” will still be an opt-in (per space) in stateful, in 8.16 (as is the current behaviour)
Stack Management > Spaces > Navigation > Set solution view
Observability