Change navLinks with kibana 7.14

Hi !

Is it possible to change the home navLink througth a custom plugin in Kibana 7.14 ? The final aim is to replace it with a plugin url. It seems that the chrome.navLinks.update() method is not available for this version

Thanks

HI
wouldn't setting a different default route in Kibana's Advanced settings be an option to e.g. replace it with the route to your plugin?


Best,
Matthias

Thanks for your answer @matw . The default route redirects to the plugin when kibana starts. However when I click on the Home navigation link, the redirection goes to the kibana homepage.

I see, there's a hint in out developer documentation

This sounds like it would work for your use case

Best,
Matthias