mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
90303b5a03
* moved datasources folder * Update menu.yaml * updated Azuremonitor * Update azuremonitor.md * Update cloudmonitoring.md * Update cloudwatch.md * updated content * Update elasticsearch.md * Update graphite.md * Update elasticsearch.md * Update azuremonitor.md * Update cloudmonitoring.md * Update influxdb.md * Update jaeger.md * Update loki.md * Update mssql.md * Update mysql.md * Update opentsdb.md * Update postgres.md * Update prometheus.md * Update postgres.md * Update jaeger.md * Update mysql.md * Update mssql.md * added aliases * Update testdata.md * Update zipkin.md * link fixes * link fixing * moved files out of guides * Delete archive.md * updated links * updated aliases * updated aliases * link updates * Update _index.md * deleted archive.md * Update azuremonitor.md * Update azuremonitor.md
127 lines
5.2 KiB
Markdown
Executable File
127 lines
5.2 KiB
Markdown
Executable File
+++
|
|
title = "Grafana documentation"
|
|
description = "Guides, Installation and Feature Documentation"
|
|
keywords = ["grafana", "installation", "documentation"]
|
|
type = "docs"
|
|
aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin", "/docs/grafana/v3.1"]
|
|
+++
|
|
|
|
# Grafana documentation
|
|
|
|
## Installing Grafana
|
|
|
|
<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>
|
|
<h5>Install on Linux</h5>
|
|
</a>
|
|
<a href="{{< relref "installation/mac.md" >}}" class="nav-cards__item nav-cards__item--install">
|
|
<div class="nav-cards__icon fa fa-apple">
|
|
</div>
|
|
<h5>Install on macOS</h5>
|
|
</a>
|
|
<a href="{{< relref "installation/windows.md" >}}" class="nav-cards__item nav-cards__item--install">
|
|
<div class="nav-cards__icon fa fa-windows">
|
|
</div>
|
|
<h5>Install on Windows</h5>
|
|
</a>
|
|
<a href="{{< relref "installation/docker.md" >}}" class="nav-cards__item nav-cards__item--install">
|
|
<img src="/static/img/logos/logo-docker.svg">
|
|
<h5>Run Docker image</h5>
|
|
</a>
|
|
<a href="https://grafana.com/docs/grafana-cloud/" class="nav-cards__item nav-cards__item--install">
|
|
<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>
|
|
<h5>Nightly builds</h5>
|
|
</a>
|
|
</div>
|
|
|
|
## Guides
|
|
|
|
<div class="nav-cards">
|
|
<a href="{{< relref "getting-started/what-is-grafana.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
<h4>What is Grafana?</h4>
|
|
<p>Get an overview of Grafana's key features.</p>
|
|
</a>
|
|
<a href="{{< relref "getting-started/getting-started.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
<h4>Getting started</h4>
|
|
<p>Learn the basics of using Grafana.</p>
|
|
</a>
|
|
<a href="{{< relref "administration/configuration.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
<h4>Configure Grafana</h4>
|
|
<p>Review the configuration and setup options.</p>
|
|
</a>
|
|
<a href="{{< relref "getting-started/timeseries.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
<h4>Intro to time series</h4>
|
|
<p>Learn about time series data.</p>
|
|
</a>
|
|
<a href="{{< relref "administration/provisioning.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
<h4>Provisioning</h4>
|
|
<p>Learn how to automate your Grafana configuration.</p>
|
|
</a>
|
|
<a href="{{< relref "whatsnew/whats-new-in-v7-2.md" >}}" class="nav-cards__item nav-cards__item--guide">
|
|
<h4>What's new in v7.2</h4>
|
|
<p>Explore the features and enhancements in the latest release.</p>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
## Data source guides
|
|
|
|
<div class="nav-cards">
|
|
<a href="{{< relref "datasources/graphite.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_graphite.svg" >
|
|
<h5>Graphite</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/elasticsearch.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_elasticsearch.svg" >
|
|
<h5>Elasticsearch</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/influxdb.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_influxdb.svg" >
|
|
<h5>InfluxDB</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/prometheus.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_prometheus.svg" >
|
|
<h5>Prometheus</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/cloudmonitoring.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_cloudmonitoring.svg">
|
|
<h5>Google Cloud Monitoring</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/cloudwatch.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_cloudwatch.svg">
|
|
<h5>AWS CloudWatch</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/azuremonitor.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_azure_monitor.jpg">
|
|
<h5>Azure Monitor</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/loki.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_loki.svg">
|
|
<h5>Loki</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/mysql.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_mysql.png" >
|
|
<h5>MySQL</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/postgres.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_postgres.svg" >
|
|
<h5>Postgres</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/mssql.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/sql_server_logo.svg">
|
|
<h5>Microsoft SQL Server</h5>
|
|
</a>
|
|
<a href="{{< relref "datasources/opentsdb.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
|
<img src="/img/docs/logos/icon_opentsdb.png" >
|
|
<h5>OpenTSDB</h5>
|
|
</a>
|
|
</div>
|