How Do I Add A Location Header To My Kibana App?

I've created a custom app plugin for Kibana 7.16.3. I'd like to add a header similar to other apps in Kibana. For example...

image

Dev Tools has a header that works like a link. I'd like to do something similar for my app that shows the app's home, it's sub windows, etc. Can you point me to some code that shows how to do this?

Thanks,
Chris

Hi and welcome to our community

You can modify Kibana's breadcrumb like here:

In short: you've to use chrome.setBreadcrumbs for that

Best,
Matthias

That worked. Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.