updated telegraf url
This commit is contained in:
parent
bd1a0b60dc
commit
3e302ac36c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[[outputs.influxdb_v2]]
|
||||
urls = ["https://influx-1.sunet.se:8086"]
|
||||
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||||
token = "$INFLUX2_TOKEN"
|
||||
organization = "$INFLUXDB2_ORG"
|
||||
bucket = "$INFLUXDB2_BUCKET"
|
||||
|
@ -7,7 +7,7 @@
|
|||
[outputs.influxdb_v2.tagdrop]
|
||||
influxdb_database = ["*"]
|
||||
[[outputs.influxdb_v2]]
|
||||
urls = ["https://influx-1.sunet.se:8086"]
|
||||
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||||
token = "$INFLUX2_TOKEN"
|
||||
organization = "$INFLUXDB2_ORG"
|
||||
bucket = "$INFLUXDB2_BUCKET_PROXY"
|
||||
|
|
Loading…
Add table
Reference in a new issue