Hii, Can we navigate to other dashboards using Grafana variables? I have done it with Dashboard Links, Panel Links and Data Links. Do we have a way to do it using variables?
It might be possible, how do you envision this navigation using vars to work
I would like it to work in the same fashion as it works for filtering the dashboard. I want to list the selective dashboard names in the variable on which I want to navigate. If clicked on any item in the variable dropdown it should navigate to that dashboard. I’ve tried it with Dashboard Links too, but it gives the list of all the dashboards available by default and there’s no option to keep only selective dashboards.
you could use Business Table with Data Links as follows to navigate to dashboard by querying the sqlite backend or query your own static list
or maybe you can do it with Event Bus so you can capture the drop down list changing and it’s value then use a plugin like Business Text and using javascript open the dashboard?
Yes, you can navigate to other dashboards using Grafana variables. By using Dashboard Links along with variables, you can create dynamic links that adjust based on the variable values. You can set up a variable in your source dashboard and then use it in the target dashboard’s URL within the link. This allows you to pass variable values between dashboards and navigate seamlessly. To do this, simply use the variable in the “Link” field, like ${variable_name}
in the target URL.