Revert to previous version, SC-2522
This commit is contained in:
parent
96f4dd3340
commit
b6c7687b9e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[[outputs.influxdb_v2]]
|
||||
urls = "<%= @influxdb2_urls %>"
|
||||
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||||
token = <%= @influxdb2_token %>
|
||||
organization = <%= @influxdb2_org %>
|
||||
bucket = <%= @influxdb2_bucket %>
|
||||
|
@ -7,10 +7,10 @@
|
|||
[outputs.influxdb_v2.tagdrop]
|
||||
influxdb_database = ["*"]
|
||||
[[outputs.influxdb_v2]]
|
||||
urls = "<%= @influx_urls %>"
|
||||
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||||
token = <%= @influxdb2_token %>
|
||||
organization = <%= @influxdb2_org %>
|
||||
bucket = <%= @INFLUXDB2_BUCKET_PROXY %>
|
||||
bucket = <%= @influxdb2_bucket %>
|
||||
insecure_skip_verify = true
|
||||
tagexclude = ["influxdb_database"]
|
||||
[outputs.influxdb_v2.tagpass]
|
||||
|
|
Loading…
Add table
Reference in a new issue