How do I link multiple linked dashboards

Example :
Dashboard D1 : States in USA
Dashboard D2 : Particular City in the state.
Visualization V1 on D1 showing population count for the state.

I want to build the Dashboard flow in a way where if I click on the Population visualization and click on the city( if clickable?) , it should navigate to the respective city dashboard D2 where it will show more visualizations related to city 2.

TIA!

I think what you're asking for is similar to this: https://github.com/elastic/kibana/issues/4439

Unfortunately there isn't currently a great way to accomplish this. You could, however, create a markdown visualization that links to either dashboard so that after you click on the visualization to filter by state, you could click on the link to the new dashboard.

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