Skip to content

Commit

Permalink
Merge pull request #1832 from influxdata/v1-write-endpoint-update
Browse files Browse the repository at this point in the history
Addresses #1831
  • Loading branch information
noramullen1 authored Nov 16, 2020
2 parents 4bea71a + b0740bf commit 312aa97
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions content/influxdb/v2.0/reference/api/influxdb-1x/dbrp.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the default retention policy for the specified database.

### When writing data

When writing data to InfluxDB Cloud and InfluxDB OSS 2.0 using the
When writing data using the
[`/write` compatibility endpoint](/influxdb/v2.0/reference/api/influxdb-1x/write/),
the DBRP mapping service checks for a bucket mapped to the database and retention policy:

Expand All @@ -47,14 +47,6 @@ the DBRP mapping service checks for a bucket mapped to the database and retentio
- **database** exists (without a specified retention policy), the default
database retention policy is used, a DBRP mapping is added to the bucket,
and data is written to the bucket.
- If no matching bucket is found, a new **database/retention-policy** bucket is
automatically created with a DBRP mapping, and data is written to the bucket.
If no retention policy is specified, `autogen` is used.

{{% note %}}
To automatically create new buckets, the authentication token used for the
write request must be an **All Access token**.
{{% /note %}}

### When querying data

Expand Down

0 comments on commit 312aa97

Please sign in to comment.