From a050fee9d3870e0c76dc9a05db9b5d3d26a74e43 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:55:03 -0500 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11431) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 33 +++++++++++++++++++++++++++++++++ etc/telegraf_windows.conf | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 8e572bd33..d40f3cc78 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -7842,6 +7842,39 @@ # 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. # [[inputs.directory_monitor]] # ## The directory to monitor and read files from. diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 0bf28a5bd..fa0ef2ae2 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -7799,6 +7799,39 @@ # 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. # [[inputs.directory_monitor]] # ## The directory to monitor and read files from.