Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
33 changes: 33 additions & 0 deletions etc/telegraf_windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down