grafana/docs/sources/dashboards/_index.md
Isabel Matwawana 219c2c761e
Docs: add dashboards landing page (#86001)
* Added template from existing landing page

* Added dashboards content

* Fixed front matter

* Referenced existing icon to test

* Added test icon

* Edited text

* Fixed link formatting

* Finalized description and overview text

* Updated description'

* Updated tile text

* Updated docs/ref section
2024-04-15 11:07:05 -04:00

3.5 KiB
Raw Blame History

aliases labels title weight description hero cards
features/dashboard/dashboards/
products
cloud
enterprise
oss
Dashboards 70 Create and manage dashboards
title level width height description
Dashboards 1 110 110 Dashboards allow you to query, transform, visualize, and understand your data no matter where its stored.
title_class items
pt-0 lh-1
title href description height
Build dashboards ./build-dashboards/ Get step-by-step directions for how to create or import your first dashboard and modify dashboard settings. Learn about reusable library panels, dashboard links, annotatations, and dashboard JSON. 24
title href description height
Manage dashboards ./manage-dashboards/ Learn about dashboard and folder management, as well as generative AI features for dashboards. 24
title href description height
Variables ./variables/ Add variables to metric queries and panel titles to create interactive and dynamic dashboards. 24
title href description height
Public dashboards ./dashboard-public/ Make your Grafana dashboards public and share them with anyone without requiring access to your Grafana organization. 24
title href description height
Reporting ./create-reports/ Automatically generate and share PDF reports from your Grafana dashboards. 24
title href description height
Sharing ./share-dashboards-panels/ Share Grafana dashboards and panels within your organization using links, snapshots, and JSON exports. 24

{{< docs/hero-simple key="hero" >}}


Overview

A Grafana dashboard is a set of one or more [panels][], organized and arranged into one or more rows, that provide an at-a-glance view of related information. These panels are created using components that query and transform raw data from a data source into charts, graphs, and other visualizations.

A data source can be an SQL database, Grafana Loki, Grafana Mimir, or a JSON-based API. It can even be a basic CSV file. Data source plugins take a query you want answered, retrieve the data from the data source, and reconcile the differences between the data model of the data source and the data model of Grafana dashboards.

Queries allow you to reduce the entirety of your data to a specific dataset, providing a more manageable visualization. Since data sources have their own distinct query languages, Grafana dashboards provide you with a query editor to accommodate these differences.

A panel is the container that displays the visualization and provides you with various controls to manipulate it. Panel options let you customize many aspects of a visualization and the options differ based on which visualization you select. When the data format in a visualization doesnt meet your requirements, you can apply a transformation that manipulates the data returned by a query.

With 150+ data source plugins, you can unify all your data sources into a single dashboard to streamline data monitoring and troubleshooting. With Grafana, you can translate, transform, and visualize data in flexible and versatile dashboards.

Explore

{{< card-grid key="cards" type="simple" >}}

{{% docs/reference %}} [panels]: "/docs/grafana/ -> /docs/grafana//panels-visualizations/panel-overview" [panels]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/visualizations/panels-visualizations/panel-overview" {{% /docs/reference %}}