influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
73 stars 277 forks source link

EDR: No description for handling APIToken info when replicating from OSS to Enterprise #5677

Open kalexdobler opened 1 week ago

kalexdobler commented 1 week ago

When replicating to Enterprise there is a correct hint for handling the bucket name information in Enterprise: remoteBucketID and remoteBucketName are mutually exclusive. If replicating to InfluxDB Enterprise, use remoteBucketName with the db-name/rp-name bucket name syntax.

The same information is needed for APIToken as they do not exist in Enterprise. From what I have researched it should be username:password instead of the token.

Relevant URLs