mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Add aliases to all files Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Prettify front matter Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
18 lines
872 B
Markdown
18 lines
872 B
Markdown
+++
|
|
aliases = ["/docs/grafana/latest/dashboards/dashboard-manage/", "/docs/grafana/latest/features/dashboard/dashboards/"]
|
|
title = "Manage dashboards"
|
|
weight = 8
|
|
+++
|
|
|
|
## Manage dashboards
|
|
|
|
When managing dashboads, you can use:
|
|
|
|
- Select a time period for a dashboard using the [Time range controls]({{< relref "time-range-controls.md" >}}) in the upper right of the dashboard.
|
|
- Tag dashboards.
|
|
- Use [templating]({{< relref "../variables/_index.md" >}}) to make them more dynamic and interactive.
|
|
- Use [annotations]({{< relref "annotations.md" >}}) to display event data across panels. This can help correlate the time series data in the panel with other events.
|
|
- Use the dashboard picker for quick, searchable access to all dashboards in a particular organization.
|
|
|
|
You can also [share dashboards]({{< relref "../sharing/share-dashboard.md" >}}) in a variety of ways.
|