Fix toml syntax in telegraf erb, SC-2522
This commit is contained in:
parent
1065820175
commit
eca1174b72
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
[[outputs.influxdb_v2]]
|
[[outputs.influxdb_v2]]
|
||||||
urls = <%= @influx_urls %>
|
urls = <%= @influx_urls %>
|
||||||
token = <%= @influx2_token %>
|
token = "<%= @influx2_token %>"
|
||||||
organization = "SwedenConnect"
|
organization = "SwedenConnect"
|
||||||
bucket = "eidas"
|
bucket = "eidas"
|
||||||
insecure_skip_verify = true
|
insecure_skip_verify = true
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
influxdb_database = ["*"]
|
influxdb_database = ["*"]
|
||||||
[[outputs.influxdb_v2]]
|
[[outputs.influxdb_v2]]
|
||||||
urls = <%= @influx_urls %>
|
urls = <%= @influx_urls %>
|
||||||
token = <%= @influx2_token %>
|
token = "<%= @influx2_token %>"
|
||||||
organization = "SwedenConnect"
|
organization = "SwedenConnect"
|
||||||
bucket = "eidas-proxy"
|
bucket = "eidas-proxy"
|
||||||
insecure_skip_verify = true
|
insecure_skip_verify = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue