fix variable in telegraf erb file, SC-2522
This commit is contained in:
parent
0a88863867
commit
40544384e9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
urls = [<%= @influx_urls %>]
|
urls = [<%= @influx_urls %>]
|
||||||
token = <%= @influxdb2_token %>
|
token = <%= @influxdb2_token %>
|
||||||
organization = <%= @influxdb2_org %>
|
organization = <%= @influxdb2_org %>
|
||||||
bucket = <%= @influxdb2_bucket %>
|
bucket = <%= @INFLUXDB2_BUCKET_PROXY %>
|
||||||
insecure_skip_verify = true
|
insecure_skip_verify = true
|
||||||
tagexclude = ["influxdb_database"]
|
tagexclude = ["influxdb_database"]
|
||||||
[outputs.influxdb_v2.tagpass]
|
[outputs.influxdb_v2.tagpass]
|
||||||
|
|
Loading…
Add table
Reference in a new issue