* builds out refactored setup topics * Automatically fix some relrefs with mv-manager Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use refs for tutorials content which is outside of this repository Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Manually fix complicated relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * consolidates team sync and db encryption topics * Fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * updates setup index file * Convert TOML to YAML Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current alias for new alerting content Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current aliases to new setup-grafana and configure-security pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * moves saml docs, updates order in TOC * Manually fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * added usage insights topics, adjusted weights * corrected relrefs * Fix relrefs broken in rebase Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2.5 KiB
aliases | keywords | title | weight | |||||||
---|---|---|---|---|---|---|---|---|---|---|
|
|
Share a dashboard | 6 |
Share a dashboard
You can share a dashboard as a direct link or as a snapshot. You can also export a dashboard. If you have made changes to the dashboard, verify those changes are saved before sharing.
To share a dashboard:
- Go to the home page of your Grafana instance.
- Click on the share icon in the top navigation. The share dialog opens and shows the Link tab.
Use direct link
The Link tab has the current time range, template variables and theme selected by default. You can optionally select a shortened URL to share.
To share a direct link:
- Click Copy. This copies the default or the shortened URL to the clipboard.
- Send the copied URL to a Grafana user with authorization to view the link.
Publish a snapshot
A dashboard snapshot shares an interactive dashboard publicly. Grafana strips sensitive data like queries (metric, template and annotation) and panel links, leaving only the visible metric data and series names embedded into your dashboard. Dashboard snapshots can be accessed by anyone with the link.
You can publish snapshots to your local instance or to snapshots.raintank.io. The latter is a free service provided by Grafana Labs that allows you to publish dashboard snapshots to an external Grafana instance. The same rules still apply: anyone with the link can view it. You can set an expiration time if you want the snapshot removed after a certain time period.
To publish a snapshot:
- Click on Local Snapshot or Publish to snapshots.raintank.io. This generates the link of the snapshot.
- Copy the snapshot link, and share it either within your organization or publicly on the web.
In case you created a snapshot by mistake, click delete snapshot to remove the snapshot from your Grafana instance.
Dashboard export
Grafana dashboards can easily be exported and imported. For more information, refer to [Export and import dashboards]({{< relref "../dashboards/export-import/" >}}).