elastic / kibana

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

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

Open mgiota opened 1 month ago

mgiota commented 1 month 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 month ago

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

elasticmachine commented 1 month ago

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

sebelga commented 1 month 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).

roshan-elastic commented 1 month ago

Hey @mgiota,

Thanks for raising this. Are you referring to the 'applications' in the top breadcrumb not being clickable?

Image

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.