-
What Grafana version and what operating system are you using? Grafana 7.0
-
What are you trying to achieve? Create static links between dashboards that function across environments.
-
How are you trying to achieve it? Unknown
-
What happened? n/a
-
What did you expect to happen? n/a
-
Can you copy/paste the configuration(s) that you are having problems with? n/a
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were. n/a
-
Did you follow any online instructions? If so, what is the URL? n/a
-
Details:
I am creating a dashboard with a set of panels and I want a simple drill-down function that links to another dashboard on the same Grafana instance.
If I look at the URL of an example dashboard on our dev Grafana instance I see this:
https://xxxx.com/d/w1M8MkTWk/new-dashboard?orgId=1
Trying to do the same thing on our staging instance I see:
https://xxxx.com/d/ogiweZVnk/new-dashboard?orgId=1
From what I could find online, this arbitrary string is some sort of UID.
My question is now how can I create a static link to another dashboard that remains static across instances (if we export / import our dashboards to promote them to staging and eventually prod, for example).
In other words, I want a link to a dashboard, independent of my personal user ID.
Cheers