Dashboard links

    Dashboard links can also be used as shortcuts to external systems, such as submitting a GitHub issue with the current dashboard name.

    To see an example of dashboard links in action, check out:

    Add links to other dashboards at the top of your current dashboard.

    1. While viewing the dashboard you want to link, click the gear at the top of the screen to open Dashboard settings.
    2. Click Links and then click Add Dashboard Link or New.
    3. In Type, select dashboards.
    4. Click Add.

    Add a link to a URL at the top of your current dashboard. You can link to any available URL, including dashboards, panels, or external sites. You can even control the time range to ensure the user is zoomed in on the right data in Grafana.

    1. While viewing the dashboard you want to link, click the gear at the top of the screen to open Dashboard settings.
    2. Click Links and then click Add Dashboard Link or New.
    3. In Type, select link.
    4. Select link options:
      • Title – Enter the title you want the link to display.
      • Tooltip – Enter the tooltip you want the link to display when the user hovers their mouse over it.
      • Icon – Choose the icon you want displayed with the link.
      • Time range – Select this option to include the dashboard time range in the link. When the user clicks the link, the linked dashboard opens with the indicated time range already set. Example:
        • from - Defines the lower limit of the time range, specified in ms epoch.
        • to - Defines the upper limit of the time range, specified in ms epoch.
        • and time.window - Define a time range from time-time.window/2 to . Both params should be specified in ms. For example ?time=1500000000000&time.window=10000 will result in 10s time range from 1499999995000 to 1500000005000.
      • Variable values – Select this option to include template variables currently used as query parameters in the link. When the user clicks the link, any matching templates in the linked dashboard are set to the values from the link. Here is the variable format: https://${you-domain}/path/to/your/dashboard?var-${template-varable1}=value1&var-{template-variable2}=value2 Example: https://play.grafana.org/d/000000074/alerting?var-app=backend&var-server=backend_01&var-server=backend_03&var-interval=1h
      • Open in new tab – Select this option if you want the dashboard link to open in a new tab or window.
    5. Click Add.
    1. Change the settings and then click Update.

    To duplicate an existing dashboard link, click the duplicate icon next to the existing link that you want to duplicate.

    To delete an existing dashboard link, click the trash icon next to the duplicate icon that you want to delete.