From 6419361283213f5fa2e8a1c97d068a20a22f4982 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 15 Dec 2020 18:13:35 -0800 Subject: [PATCH 1/2] closes #1960 --- content/influxdb/cloud/tools/grafana.md | 13 ++++++------- content/influxdb/v2.0/tools/grafana.md | 12 ++++++------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/content/influxdb/cloud/tools/grafana.md b/content/influxdb/cloud/tools/grafana.md index 3c64e1f42..045cac02b 100644 --- a/content/influxdb/cloud/tools/grafana.md +++ b/content/influxdb/cloud/tools/grafana.md @@ -86,15 +86,14 @@ 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/)._ - - **HTTP Method**: Select **GET**. - - **Min time interval**: The [Grafana minimum time interval](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/#min-time-interval). + - **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/). {{< img-hd src="/img/influxdb/2-0-visualize-grafana-influxql.png" />}} diff --git a/content/influxdb/v2.0/tools/grafana.md b/content/influxdb/v2.0/tools/grafana.md index 4cf2b282d..4abcc9195 100644 --- a/content/influxdb/v2.0/tools/grafana.md +++ b/content/influxdb/v2.0/tools/grafana.md @@ -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" />}} From 3267e665762a3a4c9ece23f642dca654fff43a58 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 15 Dec 2020 18:17:20 -0800 Subject: [PATCH 2/2] fix delete --- content/influxdb/cloud/tools/grafana.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/influxdb/cloud/tools/grafana.md b/content/influxdb/cloud/tools/grafana.md index 045cac02b..00e7465c2 100644 --- a/content/influxdb/cloud/tools/grafana.md +++ b/content/influxdb/cloud/tools/grafana.md @@ -94,6 +94,7 @@ configure your InfluxDB connection: - **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**. {{< img-hd src="/img/influxdb/2-0-visualize-grafana-influxql.png" />}}