mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* refactors config panels and visualizations, corrects relrefs * adds an alias * Remove some old content * moves visualizations topic to the root * moves out panels and visualization topics to the root * adds move and resize panel to add/organize panel; creates a create dashboard topic under build dashboards; adjusts context of add a panel to be from within an existing dashboard * updates aliases * creates search at root, moves dashboard preview to search, creates standalone search dashboard topic * moves Set dashboard time range to use-dashboards, creates modify dashboard settings and adds moves Modify dashboard time settings to that topic * moves existing query-options topic from working with panels to configure-panel-visualizations, moves panel time overrides and timeshift content to query options * Moving things to better category, fixing links, improving ordering * Move panel inspector to main panel topic * completes partial fix of relrefs * relref fixes con't * restructures remaining panels topics * more relref fixes * Minor fix * Minor tweak * finishes fixing relrefs Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
29 lines
1.7 KiB
Markdown
29 lines
1.7 KiB
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/dashboards/
|
|
- /docs/grafana/latest/features/dashboard/dashboards/
|
|
title: Dashboards
|
|
weight: 70
|
|
---
|
|
|
|
# Dashboards
|
|
|
|
A dashboard is a set of one or more [panels]({{< relref "../panels-visualizations/" >}}) 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 "../administration/data-source-management/" >}}).
|
|
|
|
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:
|
|
|
|
- [Use dashboards]({{< relref "use-dashboards/" >}})
|
|
- [Build dashboards]({{< relref "./build-dashboards" >}})
|
|
- [Create dashboard folders]({{< relref "./manage-dashboards/#create-a-dashboard-folder" >}})
|
|
- [Manage dashboards]({{< relref "./manage-dashboards" >}})
|
|
- [Public dashboards]({{< relref "dashboard-public/" >}})
|
|
- [Annotations]({{< relref "./build-dashboards/annotate-visualizations" >}})
|
|
- [Playlist]({{< relref "./create-manage-playlists/" >}})
|
|
- [Reporting]({{< relref "./create-reports" >}})
|
|
- [Time range controls]({{< relref "./manage-dashboards/#common-time-range-controls" >}})
|
|
- [Version history]({{< relref "./build-dashboards/manage-version-history" >}})
|
|
- [Export and import]({{< relref "./manage-dashboards/#export-and-import-dashboards" >}})
|
|
- [JSON model]({{< relref "./build-dashboards/view-dashboard-json-model/" >}})
|