Add example URL for cloud2 to influxdb_v2 output
This commit is contained in:
parent
2de217fb4c
commit
24d5a93e63
|
@ -11,6 +11,7 @@ The InfluxDB output plugin writes metrics to the [InfluxDB v2.x] HTTP service.
|
||||||
##
|
##
|
||||||
## Multiple URLs can be specified for a single cluster, only ONE of the
|
## Multiple URLs can be specified for a single cluster, only ONE of the
|
||||||
## urls will be written to each interval.
|
## urls will be written to each interval.
|
||||||
|
## ex: urls = ["https://us-west-2-1.aws.cloud2.influxdata.com"]
|
||||||
urls = ["http://127.0.0.1:9999"]
|
urls = ["http://127.0.0.1:9999"]
|
||||||
|
|
||||||
## Token for authentication.
|
## Token for authentication.
|
||||||
|
|
|
@ -27,6 +27,7 @@ var sampleConfig = `
|
||||||
##
|
##
|
||||||
## Multiple URLs can be specified for a single cluster, only ONE of the
|
## Multiple URLs can be specified for a single cluster, only ONE of the
|
||||||
## urls will be written to each interval.
|
## urls will be written to each interval.
|
||||||
|
## ex: urls = ["https://us-west-2-1.aws.cloud2.influxdata.com"]
|
||||||
urls = ["http://127.0.0.1:9999"]
|
urls = ["http://127.0.0.1:9999"]
|
||||||
|
|
||||||
## Token for authentication.
|
## Token for authentication.
|
||||||
|
|
Loading…
Reference in New Issue