Merge pull request #1993 from influxdata/grafana

Update InfluxQL connector/Grafana instructions
pull/2001/head^2
kelseiv 2020-12-23 10:20:27 -08:00 committed by GitHub
commit 793d5f5dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -86,15 +86,15 @@ configure your InfluxDB connection:
2. Under **Auth**, enable **Basic Auth**.
3. Under **Basic Auth Details**, provide your InfluxDB authentication credentials:
- **username**: InfluxDB username
- **password**: InfluxDB [authentication token](/influxdb/cloud/security/tokens/)
- **User**: InfluxDB username
- **Password**: InfluxDB [authentication token](/influxdb/cloud/security/tokens/)
4. Under **InfluxDB details**, set the following:
4. Under **InfluxDB Details**, do the following:
- **Database**: The database to use when querying InfluxDB.
_See [Database and retention policy mapping](/influxdb/cloud/reference/api/influxdb-1x/dbrp/)._
- **Database**: Enter the ID of the bucket to query in InfluxDB Cloud. To retrieve your bucket ID, see how to [view buckets](/influxdb/cloud/organizations/buckets/view-buckets/).
- **User**: Enter the username to sign into InfluxDB.
- **Password**: Enter the token used to query the bucket above. To retrieve your token, see how to [view tokens](/influxdb/cloud/security/tokens/view-tokens/).
- **HTTP Method**: Select **GET**.
- **Min time interval**: The [Grafana minimum time interval](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/#min-time-interval).
{{< img-hd src="/img/influxdb/2-0-visualize-grafana-influxql.png" />}}

View File

@ -84,15 +84,15 @@ configure your InfluxDB connection:
2. Under **Auth**, enable **Basic Auth**.
3. Under **Basic Auth Details**, provide your InfluxDB authentication credentials:
- **username**: InfluxDB username
- **password**: InfluxDB [authentication token](/influxdb/v2.0/security/tokens/)
- **User**: InfluxDB username
- **Password**: InfluxDB [authentication token](/influxdb/v2.0/security/tokens/)
4. Under **InfluxDB details**, set the following:
4. Under **InfluxDB Details**, do the following:
- **Database**: The database to use when querying InfluxDB 2.0.
_See [Database and retention policy mapping](/influxdb/v2.0/reference/api/influxdb-1x/dbrp/)._
- **Database**: Enter the ID of the bucket to query in InfluxDB 2.0. To retrieve your bucket ID, see how to [view buckets](/influxdb/v2.0/organizations/buckets/view-buckets/).
- **User**: Enter the username to sign into InfluxDB.
- **Password**: Enter the token used to query the bucket above. To retrieve your token, see how to [view tokens](/influxdb/v2.0/security/tokens/view-tokens/).
- **HTTP Method**: Select **GET**.
- **Min time interval**: The [Grafana minimum time interval](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/#min-time-interval).
{{< img-hd src="/img/influxdb/2-0-visualize-grafana-influxql.png" />}}