32 lines
1,016 B
Text
32 lines
1,016 B
Text
# 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"
|