Navigation from one dashboard to another dashboard

Hi,

I have the requirement like,

  1. Need to display master page when login to kibana. The page has details and if click on filed has to navigate to a particular dashboard.
  2. From the dashboard to again click on will navigate to a page.
    I have tried with visualize-"table " creation then updating respective matched with URL in index-pattern.
    Have followed below URL,
    https://thenewstack.io/inserting-links-kibana-dashboards/

Please let me know how to do all.
Expecting quick inputs.

Thanks in advance,
Santosh G

Hello,

You can use a Markdown visualization to link to different dashboards that are already present. You can use the Beats dashboards as examples:
https://www.elastic.co/guide/en/beats/filebeat/6.4/configuration-dashboards.html

As for setting a specific dashboard to open when login to Kibana, you can achieve this by setting default AppId in kibana.yml:
https://www.elastic.co/guide/en/kibana/current/settings.html

This was very useful
But i was looking for something like clicking on a data of pie chart or histogram and it should route me to a new dashboard.

Thanks for your reply.

That is not yet possible in Kibana, it's a popular request and we have an open Enhancement request for it here: https://github.com/elastic/kibana/issues/12560
You can follow it there and feel free to comment with your use case and needs so that it helps us design an useful feature for most of our users.

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