Files
Christopher Moyer a568d421f8 Docs: Setup refactor (#49739)
* 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>
2022-06-02 11:57:22 -05:00

1.6 KiB

aliases title weight
/docs/grafana/latest/dashboards/
/docs/grafana/latest/features/dashboard/dashboards/
Dashboards 80

About Grafana dashboards

A dashboard is a set of one or more [panels]({{< relref "../panels/" >}}) organized and arranged into one or more rows. Grafana ships with a variety of panels making it easy to construct the right queries, and customize the visualization so that you can create the perfect dashboard for your need. Each panel can interact with data from any configured Grafana [data source]({{< relref "../datasources/" >}}).

Dashboard snapshots are static . Queries and expressions cannot be re-executed from snapshots. As a result, if you update any variables in your query or expression, it will not change your dashboard data.

Before you begin, ensure that you have configured a data source. See also:

  • [Working with Grafana dashboard UI]({{< relref "dashboard-ui/" >}})
  • [Dashboard folders]({{< relref "dashboard-folders/" >}})
  • [Create dashboard]({{< relref "dashboard-create/" >}})
  • [Manage dashboards]({{< relref "dashboard-manage/" >}})
  • [Annotations]({{< relref "annotations/" >}})
  • [Playlist]({{< relref "playlist/" >}})
  • [Search]({{< relref "search/" >}})
  • [Keyboard shortcuts]({{< relref "shortcuts/" >}})
  • [Reporting]({{< relref "reporting/" >}})
  • [Time range controls]({{< relref "time-range-controls/" >}})
  • [Dashboard version history]({{< relref "dashboard-history/" >}})
  • [Dashboard export and import]({{< relref "export-import/" >}})
  • [Dashboard JSON model]({{< relref "json-model/" >}})
  • [Scripted dashboards]({{< relref "scripted-dashboards/" >}})