docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11885)

Co-authored-by: Tiger Bot <>
This commit is contained in:
telegraf-tiger[bot] 2022-09-28 08:51:59 -05:00 committed by GitHub
parent fc8a300fe7
commit 8c41dfe4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 8 deletions

View File

@ -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"

View File

@ -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"