elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.81k stars 8.2k forks source link

[APM] Breadcrumbs are broken on new nav experience #195994

Open mgiota opened 1 week ago

mgiota commented 1 week ago

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.

Image

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):

xpack.cloud.id: "fake_cloud_id:24h124h11249u31r4"
xpack.cloud.base_url: "https://cloud.elastic.co"

The “switch on new navigation” will still be an opt-in (per space) in stateful, in 8.16 (as is the current behaviour)

Image

elasticmachine commented 1 week ago

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

elasticmachine commented 1 week ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

sebelga commented 4 days ago

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).