* update 1.x compatibility doc

* misc 1.x upds

* edits

* edit
pull/2310/head
kelseiv 2021-03-17 11:27:29 -07:00 committed by GitHub
parent 8289c95ef9
commit e037d94b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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: