diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 717160322..703038fb5 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -1285,6 +1285,7 @@ # # max_message_bytes = 1000000 # # ## Optional TLS Config +# # enable_tls = true # # tls_ca = "/etc/telegraf/ca.pem" # # tls_cert = "/etc/telegraf/cert.pem" # # tls_key = "/etc/telegraf/key.pem" @@ -6448,8 +6449,8 @@ # ## Set additional valid status codes, StatusOK (0x0) is always considered valid # # additional_valid_status_codes = ["0xC0"] # -# ## Use regular reads instead of registered reads -# # use_regular_reads = false +# ## Use unregistered reads instead of registered reads +# # use_unregistered_reads = false # # OpenLDAP cn=Monitor plugin @@ -7892,8 +7893,11 @@ # ## Use TLS but skip chain & host verification # # insecure_skip_verify = false # -# ## Content encoding for message payloads, can be set to "gzip" to or -# ## "identity" to apply no encoding. +# ## Content encoding for message payloads, can be set to +# ## "gzip", "identity" or "auto" +# ## - Use "gzip" to decode gzip +# ## - Use "identity" to apply no encoding +# ## - Use "auto" determine the encoding using the ContentEncoding header # # content_encoding = "identity" # # ## Data format to consume. @@ -8825,6 +8829,7 @@ # # version = "" # # ## Optional TLS Config +# # enable_tls = true # # tls_ca = "/etc/telegraf/ca.pem" # # tls_cert = "/etc/telegraf/cert.pem" # # tls_key = "/etc/telegraf/key.pem" diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 848a8a30a..7ffc267e2 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -1285,6 +1285,7 @@ # # max_message_bytes = 1000000 # # ## Optional TLS Config +# # enable_tls = true # # tls_ca = "/etc/telegraf/ca.pem" # # tls_cert = "/etc/telegraf/cert.pem" # # tls_key = "/etc/telegraf/key.pem" @@ -6268,8 +6269,8 @@ # ## Set additional valid status codes, StatusOK (0x0) is always considered valid # # additional_valid_status_codes = ["0xC0"] # -# ## Use regular reads instead of registered reads -# # use_regular_reads = false +# ## Use unregistered reads instead of registered reads +# # use_unregistered_reads = false # # OpenLDAP cn=Monitor plugin @@ -7814,8 +7815,11 @@ # ## Use TLS but skip chain & host verification # # insecure_skip_verify = false # -# ## Content encoding for message payloads, can be set to "gzip" to or -# ## "identity" to apply no encoding. +# ## Content encoding for message payloads, can be set to +# ## "gzip", "identity" or "auto" +# ## - Use "gzip" to decode gzip +# ## - Use "identity" to apply no encoding +# ## - Use "auto" determine the encoding using the ContentEncoding header # # content_encoding = "identity" # # ## Data format to consume. @@ -8668,6 +8672,7 @@ # # version = "" # # ## Optional TLS Config +# # enable_tls = true # # tls_ca = "/etc/telegraf/ca.pem" # # tls_cert = "/etc/telegraf/cert.pem" # # tls_key = "/etc/telegraf/key.pem"