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

Co-authored-by: Tiger Bot <>
This commit is contained in:
telegraf-tiger[bot] 2022-06-30 11:55:03 -05:00 committed by GitHub
parent b7e09bb509
commit a050fee9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 66 additions and 0 deletions

View File

@ -7842,6 +7842,39 @@
# data_format = "influx" # data_format = "influx"
# # AWS Metric Streams listener
# [[inputs.cloudwatch_metric_streams]]
# ## Address and port to host HTTP listener on
# service_address = ":443"
#
# ## Paths to listen to.
# # paths = ["/telegraf"]
#
# ## maximum duration before timing out read of the request
# # read_timeout = "10s"
#
# ## maximum duration before timing out write of the response
# # write_timeout = "10s"
#
# ## Maximum allowed http request body size in bytes.
# ## 0 means to use the default of 524,288,000 bytes (500 mebibytes)
# # max_body_size = "500MB"
#
# ## Optional access key for Firehose security.
# # access_key = "test-key"
#
# ## An optional flag to keep Metric Streams metrics compatible with CloudWatch's API naming
# # api_compatability = false
#
# ## 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 key
# # tls_cert = "/etc/telegraf/cert.pem"
# # tls_key = "/etc/telegraf/key.pem"
# # Ingests files in a directory and then moves them to a target directory. # # Ingests files in a directory and then moves them to a target directory.
# [[inputs.directory_monitor]] # [[inputs.directory_monitor]]
# ## The directory to monitor and read files from. # ## The directory to monitor and read files from.

View File

@ -7799,6 +7799,39 @@
# data_format = "influx" # data_format = "influx"
# # AWS Metric Streams listener
# [[inputs.cloudwatch_metric_streams]]
# ## Address and port to host HTTP listener on
# service_address = ":443"
#
# ## Paths to listen to.
# # paths = ["/telegraf"]
#
# ## maximum duration before timing out read of the request
# # read_timeout = "10s"
#
# ## maximum duration before timing out write of the response
# # write_timeout = "10s"
#
# ## Maximum allowed http request body size in bytes.
# ## 0 means to use the default of 524,288,000 bytes (500 mebibytes)
# # max_body_size = "500MB"
#
# ## Optional access key for Firehose security.
# # access_key = "test-key"
#
# ## An optional flag to keep Metric Streams metrics compatible with CloudWatch's API naming
# # api_compatability = false
#
# ## 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 key
# # tls_cert = "/etc/telegraf/cert.pem"
# # tls_key = "/etc/telegraf/key.pem"
# # Ingests files in a directory and then moves them to a target directory. # # Ingests files in a directory and then moves them to a target directory.
# [[inputs.directory_monitor]] # [[inputs.directory_monitor]]
# ## The directory to monitor and read files from. # ## The directory to monitor and read files from.