2016-10-21 04:01:34 -05:00
|
|
|
+++
|
2018-02-09 05:39:03 -06:00
|
|
|
title = "Grafana documentation"
|
2019-10-03 11:20:52 -05:00
|
|
|
description = "Guides, Installation and Feature Documentation"
|
2016-10-21 04:01:34 -05:00
|
|
|
keywords = ["grafana", "installation", "documentation"]
|
2021-04-15 16:08:58 -05:00
|
|
|
aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin", "/docs/grafana/v3.1"]
|
2016-10-21 04:01:34 -05:00
|
|
|
+++
|
|
|
|
|
2020-03-06 15:06:30 -06:00
|
|
|
# Grafana documentation
|
2016-10-21 04:01:34 -05:00
|
|
|
|
2020-04-07 05:08:05 -05:00
|
|
|
## Installing Grafana
|
|
|
|
|
2018-02-09 05:39:03 -06:00
|
|
|
<div class="nav-cards">
|
|
|
|
<a href="{{< relref "installation/debian.md" >}}" class="nav-cards__item nav-cards__item--install">
|
|
|
|
<div class="nav-cards__icon fa fa-linux">
|
|
|
|
</div>
|
2020-03-06 15:06:30 -06:00
|
|
|
<h5>Install on Linux</h5>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
|
|
|
<a href="{{< relref "installation/mac.md" >}}" class="nav-cards__item nav-cards__item--install">
|
|
|
|
<div class="nav-cards__icon fa fa-apple">
|
|
|
|
</div>
|
2020-03-06 15:06:30 -06:00
|
|
|
<h5>Install on macOS</h5>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
2020-03-06 15:06:30 -06:00
|
|
|
<a href="{{< relref "installation/windows.md" >}}" class="nav-cards__item nav-cards__item--install">
|
2018-02-09 05:39:03 -06:00
|
|
|
<div class="nav-cards__icon fa fa-windows">
|
|
|
|
</div>
|
2020-03-06 15:06:30 -06:00
|
|
|
<h5>Install on Windows</h5>
|
|
|
|
</a>
|
|
|
|
<a href="{{< relref "installation/docker.md" >}}" class="nav-cards__item nav-cards__item--install">
|
2020-04-07 05:08:05 -05:00
|
|
|
<img src="/static/img/logos/logo-docker.svg">
|
2020-03-24 10:55:58 -05:00
|
|
|
<h5>Run Docker image</h5>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
2020-08-26 09:19:11 -05:00
|
|
|
<a href="https://grafana.com/docs/grafana-cloud/" class="nav-cards__item nav-cards__item--install">
|
2018-02-09 05:39:03 -06:00
|
|
|
<div class="nav-cards__icon fa fa-cloud">
|
|
|
|
</div>
|
|
|
|
<h5>Grafana Cloud</h5>
|
|
|
|
</a>
|
|
|
|
<a href="https://grafana.com/grafana/download" class="nav-cards__item nav-cards__item--install">
|
|
|
|
<div class="nav-cards__icon fa fa-moon-o">
|
|
|
|
</div>
|
2020-03-06 15:06:30 -06:00
|
|
|
<h5>Nightly builds</h5>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
|
|
|
</div>
|
2016-10-21 04:01:34 -05:00
|
|
|
|
2020-04-07 05:08:05 -05:00
|
|
|
## Guides
|
2016-10-21 04:01:34 -05:00
|
|
|
|
2018-02-09 05:39:03 -06:00
|
|
|
<div class="nav-cards">
|
2020-05-05 17:23:30 -05:00
|
|
|
<a href="{{< relref "getting-started/getting-started.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
2020-03-06 15:06:30 -06:00
|
|
|
<h4>Getting started</h4>
|
|
|
|
<p>Learn the basics of using Grafana.</p>
|
|
|
|
</a>
|
2020-06-23 11:56:44 -05:00
|
|
|
<a href="{{< relref "administration/configuration.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
2018-02-09 05:39:03 -06:00
|
|
|
<h4>Configure Grafana</h4>
|
2019-09-30 07:48:21 -05:00
|
|
|
<p>Review the configuration and setup options.</p>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
2021-04-05 15:06:14 -05:00
|
|
|
<a href="{{< relref "basics/timeseries.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
2020-03-06 15:06:30 -06:00
|
|
|
<h4>Intro to time series</h4>
|
|
|
|
<p>Learn about time series data.</p>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
|
|
|
<a href="{{< relref "administration/provisioning.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
|
|
<h4>Provisioning</h4>
|
2019-09-30 07:48:21 -05:00
|
|
|
<p>Learn how to automate your Grafana configuration.</p>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
2021-03-03 15:56:03 -06:00
|
|
|
<a href="{{< relref "whatsnew/whats-new-in-v7-5.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
|
|
<h4>What's new in v7.5</h4>
|
2019-09-30 07:48:21 -05:00
|
|
|
<p>Explore the features and enhancements in the latest release.</p>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
2019-12-30 01:17:03 -06:00
|
|
|
|
2018-02-09 05:39:03 -06:00
|
|
|
</div>
|
2016-03-07 01:52:16 -06:00
|
|
|
|
2020-04-07 05:08:05 -05:00
|
|
|
## Data source guides
|
|
|
|
|
2018-02-09 05:39:03 -06:00
|
|
|
<div class="nav-cards">
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/graphite.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-02-09 05:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_graphite.svg" >
|
|
|
|
<h5>Graphite</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/elasticsearch.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-02-09 05:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_elasticsearch.svg" >
|
|
|
|
<h5>Elasticsearch</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/influxdb.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-02-09 05:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_influxdb.svg" >
|
|
|
|
<h5>InfluxDB</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/prometheus.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-02-09 05:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_prometheus.svg" >
|
|
|
|
<h5>Prometheus</h5>
|
|
|
|
</a>
|
2021-01-28 16:09:26 -06:00
|
|
|
<a href="{{< relref "datasources/google-cloud-monitoring/_index.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2020-06-30 10:47:13 -05:00
|
|
|
<img src="/img/docs/logos/icon_cloudmonitoring.svg">
|
|
|
|
<h5>Google Cloud Monitoring</h5>
|
2018-10-11 08:42:47 -05:00
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/cloudwatch.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-10-11 08:42:47 -05:00
|
|
|
<img src="/img/docs/logos/icon_cloudwatch.svg">
|
2019-02-21 08:43:54 -06:00
|
|
|
<h5>AWS CloudWatch</h5>
|
2018-02-09 05:39:03 -06:00
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/azuremonitor.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2019-02-21 10:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_azure_monitor.jpg">
|
|
|
|
<h5>Azure Monitor</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/loki.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2019-02-21 10:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_loki.svg">
|
|
|
|
<h5>Loki</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/mysql.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-02-09 05:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_mysql.png" >
|
|
|
|
<h5>MySQL</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/postgres.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-02-09 05:39:03 -06:00
|
|
|
<img src="/img/docs/logos/icon_postgres.svg" >
|
|
|
|
<h5>Postgres</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/mssql.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-10-11 04:49:06 -05:00
|
|
|
<img src="/img/docs/logos/sql_server_logo.svg">
|
|
|
|
<h5>Microsoft SQL Server</h5>
|
|
|
|
</a>
|
2020-10-09 10:16:25 -05:00
|
|
|
<a href="{{< relref "datasources/opentsdb.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
2018-10-11 08:42:47 -05:00
|
|
|
<img src="/img/docs/logos/icon_opentsdb.png" >
|
|
|
|
<h5>OpenTSDB</h5>
|
2018-10-11 04:49:06 -05:00
|
|
|
</a>
|
2018-02-09 05:39:03 -06:00
|
|
|
</div>
|