From e037d94b9278bf6510ef07e53b92b50560657957 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:27:29 -0700 Subject: [PATCH] Misc (#2309) * update 1.x compatibility doc * misc 1.x upds * edits * edit --- content/influxdb/v2.0/query-data/influxql.md | 1 + content/influxdb/v2.0/reference/api/influxdb-1x/_index.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.0/query-data/influxql.md b/content/influxdb/v2.0/query-data/influxql.md index 437b0dd5c..d186998de 100644 --- a/content/influxdb/v2.0/query-data/influxql.md +++ b/content/influxdb/v2.0/query-data/influxql.md @@ -132,6 +132,7 @@ Include the following: {{< req type="key" >}} +- {{< req "\*" >}} **org** and **token** to authenticate. We recommend setting your organization and token to your active InfluxDB connection configuration in the influx CLI, so you don't have to add these parameters to each command. To set up your active InfluxDB configuration, see [`influx config set`](/influxdb/v2.0/reference/cli/influx/config/set/). - {{< req "\*" >}} **database name** to map - {{< req "\*" >}} **retention policy** name to map - {{< req "\*" >}} [Bucket ID](/influxdb/v2.0/organizations/buckets/view-buckets/#view-buckets-in-the-influxdb-ui) to map to diff --git a/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md b/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md index 4a2c00cc3..86c21b976 100644 --- a/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md +++ b/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md @@ -27,8 +27,8 @@ requests to InfluxDB 1.x compatibility endpoints. ### 1.x-compatible authorizations 1.x-compatible authorizations include the following credentials: -- **username**: InfluxDB username -- **password**: InfluxDB [authentication token](/influxdb/v2.0/security/tokens/) +- **username (`-u`)**: InfluxDB 1.x username +- **password (`-p`)**: InfluxDB 1.x password For information about creating and managing 1.x-compatible authorizations, see: