2022-05-26 23:06:25 +08:00
---
aliases:
2022-12-10 00:36:04 +08:00
- ../data-sources/influxdb/
- ../data-sources/influxdb/provision-influxdb/
- ../features/datasources/influxdb/
- provision-influxdb/
2024-11-22 03:37:03 +08:00
description: InfluxDB data source for Grafana
2022-05-26 23:06:25 +08:00
keywords:
- grafana
- influxdb
- guide
- flux
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 16:10:12 +08:00
labels:
products:
- cloud
- enterprise
- oss
2022-11-01 23:22:06 +08:00
menuTitle: InfluxDB
2022-05-26 23:06:25 +08:00
title: InfluxDB data source
weight: 700
2024-05-28 22:17:49 +08:00
refs:
2024-11-22 03:37:03 +08:00
annotations:
2024-05-28 22:17:49 +08:00
- pattern: /docs/grafana/
2024-11-22 03:37:03 +08:00
destination: /docs/grafana/< GRAFANA_VERSION > /dashboards/build-dashboards/annotate-visualizations/
2024-05-28 22:17:49 +08:00
- pattern: /docs/grafana-cloud/
2024-11-22 03:37:03 +08:00
destination: /docs/grafana-cloud/visualizations/dashboards/build-dashboards/annotate-visualizations/
alerting:
2024-05-28 22:17:49 +08:00
- pattern: /docs/grafana/
2024-11-22 03:37:03 +08:00
destination: /docs/grafana/< GRAFANA_VERSION > /alerting/
2024-05-28 22:17:49 +08:00
- pattern: /docs/grafana-cloud/
2024-11-22 03:37:03 +08:00
destination: /docs/grafana-cloud/alerting-and-irm/alerting/
transformations:
2024-05-28 22:17:49 +08:00
- pattern: /docs/grafana/
2024-11-22 03:37:03 +08:00
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/
2022-05-26 23:06:25 +08:00
---
2021-04-21 00:33:44 +08:00
# InfluxDB data source
2024-05-28 22:17:49 +08:00
{{< docs / shared lookup = "influxdb/intro.md" source = "grafana" version = "<GRAFANA_VERSION>" > }}
2021-04-21 00:33:44 +08:00
2024-11-22 03:37:03 +08:00
Grafana includes built-in support for InfluxDB. You do not have to install a plugin to add the InfluxDB data source.
2023-12-19 20:27:16 +08:00
2024-11-22 03:37:03 +08:00
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.
2021-04-21 00:33:44 +08:00
2024-11-22 03:37:03 +08:00
## Get started with the InfluxDB data source
2021-04-21 00:33:44 +08:00
2024-11-22 03:37:03 +08:00
The following documents will help you get started with the InfluxDB data source in Grafana:
2021-04-21 00:33:44 +08:00
2024-11-22 03:37:03 +08:00
- [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/ )
2021-04-21 00:33:44 +08:00
2024-11-22 03:37:03 +08:00
Once you have configured the data source you can:
2021-04-21 00:33:44 +08:00
2024-11-22 03:37:03 +08:00
- Add [annotations ](ref:annotations )
- Set up [alerting ](ref:alerting )
- Add [transformations ](ref:transformations )