You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[inputs.influxdb_listener]]
# ## Address and port to host InfluxDB listener onservice_address = ":8186"## ## maximum duration before timing out read of the requestread_timeout = "10s"# ## maximum duration before timing out write of the responsewrite_timeout = "10s"## ## Maximum allowed HTTP request body size in bytes.# ## 0 means to use the default of 32MiB.# max_body_size = "32MiB"## ## Optional tag name used to store the database.# ## If the write has a database in the query string then it will be kept in this tag name.# ## This tag can be used in downstream outputs.# ## The default value of nothing means it will be off and the database will not be recorded.# # database_tag = ""## ## If set the retention policy specified in the write query will be added as# ## the value of this tag name.# # retention_policy_tag = ""## ## Set one or more allowed client CA certificate file names to# ## enable mutually authenticated TLS connections# tls_allowed_cacerts = ["/etc/telegraf/clientca.pem"]## ## Add service certificate and keytls_cert = "/etc/nginx/ssl/server.crt"tls_key = "/etc/nginx/ssl/private.key"
Logs from Telegraf
N/A
System info
telegraf 1.33.0
Docker
No response
Steps to reproduce
...
Expected behavior
I expect it to start
Actual behavior
It does not start. However downgrading to 1.32.3 makes it work again...
Additional info
No response
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
Logs from Telegraf
System info
telegraf 1.33.0
Docker
No response
Steps to reproduce
...
Expected behavior
I expect it to start
Actual behavior
It does not start. However downgrading to 1.32.3 makes it work again...
Additional info
No response
The text was updated successfully, but these errors were encountered: