Files
grafana/docs/sources/_index.md
T

143 lines
5.5 KiB
Markdown
Raw Normal View History

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