fix variable in telegraf erb file, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-03-26 09:36:35 +01:00
parent 0a88863867
commit 40544384e9
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -10,7 +10,7 @@
urls = [<%= @influx_urls %>]
token = <%= @influxdb2_token %>
organization = <%= @influxdb2_org %>
bucket = <%= @influxdb2_bucket %>
bucket = <%= @INFLUXDB2_BUCKET_PROXY %>
insecure_skip_verify = true
tagexclude = ["influxdb_database"]
[outputs.influxdb_v2.tagpass]