elastic / kibana

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

[Advanced Settings] Deep links to the setting #158591

Open afharo opened 1 year ago

afharo commented 1 year ago

There are some examples through Kibana UI where we point users to the Advanced Settings to change some stuff. For now, we use filters and search terms to highlight the one we are after.

However, with the introduction of the Global settings tab, we cannot use that technique any more.

Should we use anchor-links somehow? Or have a deep link to the Global settings?

elasticmachine commented 1 year ago

Pinging @elastic/appex-sharedux (Team:SharedUX)

vadimkibana commented 1 year ago

We could add tab query param. Like:

?tab=global|space
vadimkibana commented 1 year ago

We think this would be a good addition, whoever wants to implement this we would be happy to review!