18 lines
571 B
Text
18 lines
571 B
Text
|
[[outputs.influxdb_v2]]
|
||
|
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||
|
token = "$INFLUX2_TOKEN"
|
||
|
organization = "$INFLUXDB2_ORG"
|
||
|
bucket = "$INFLUXDB2_BUCKET"
|
||
|
insecure_skip_verify = true
|
||
|
[outputs.influxdb_v2.tagdrop]
|
||
|
influxdb_database = ["*"]
|
||
|
[[outputs.influxdb_v2]]
|
||
|
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||
|
token = "$INFLUX2_TOKEN"
|
||
|
organization = "$INFLUXDB2_ORG"
|
||
|
bucket = "$INFLUXDB2_BUCKET_PROXY"
|
||
|
insecure_skip_verify = true
|
||
|
tagexclude = ["influxdb_database"]
|
||
|
[outputs.influxdb_v2.tagpass]
|
||
|
influxdb_database = ["proxy"]
|