mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 18:52:44 +08:00

* created config doc, made initial changes * initial draft of config doc completed * additional edits * moved config doc into directory, renamed * made additional updates * template variables updates/cleanup * cleaned up intro page, some more minor edits * edited and re-formatted configure the data source doc * final edits * more edits * minor changes prior to PR * fix typo * Update docs/sources/datasources/influxdb/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/query-editor/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/query-editor/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/template-variables/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/query-editor/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/configure-influxdb-data-source/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/influxdb/query-editor/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * updates based on feedback * ran prettier --------- Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
61 lines
2.2 KiB
Markdown
61 lines
2.2 KiB
Markdown
---
|
|
aliases:
|
|
- ../data-sources/influxdb/
|
|
- ../data-sources/influxdb/provision-influxdb/
|
|
- ../features/datasources/influxdb/
|
|
- provision-influxdb/
|
|
description: InfluxDB data source for Grafana
|
|
keywords:
|
|
- grafana
|
|
- influxdb
|
|
- guide
|
|
- flux
|
|
labels:
|
|
products:
|
|
- cloud
|
|
- enterprise
|
|
- oss
|
|
menuTitle: InfluxDB
|
|
title: InfluxDB data source
|
|
weight: 700
|
|
refs:
|
|
annotations:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/dashboards/build-dashboards/annotate-visualizations/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/visualizations/dashboards/build-dashboards/annotate-visualizations/
|
|
alerting:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/
|
|
transformations:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/query-transform-data/transform-data/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/visualizations/panels-visualizations/query-transform-data/transform-data/
|
|
---
|
|
|
|
# InfluxDB data source
|
|
|
|
{{< docs/shared lookup="influxdb/intro.md" source="grafana" version="<GRAFANA_VERSION>" >}}
|
|
|
|
Grafana includes built-in support for InfluxDB. You do not have to install a plugin to add the InfluxDB data source.
|
|
|
|
Grafana offers multiple configuration options for the InfluxDB data source, including a choice of three query languages and a robust query editor that includes both a code editor and a visual query builder.
|
|
|
|
## Get started with the InfluxDB data source
|
|
|
|
The following documents will help you get started with the InfluxDB data source in Grafana:
|
|
|
|
- [Get started with Grafana and InfluxDB](/docs/grafana/<GRAFANA_VERSION>/getting-started/get-started-grafana-influxdb/)
|
|
- [Configure the InfluxDB data source](./configure-influxdb-data-source/)
|
|
- [InfluxDB query editor](./query-editor/)
|
|
- [InfluxDB templates and variables](./template-variables/)
|
|
|
|
Once you have configured the data source you can:
|
|
|
|
- Add [annotations](ref:annotations)
|
|
- Set up [alerting](ref:alerting)
|
|
- Add [transformations](ref:transformations)
|