File: //opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.toml
[agent]
collection_jitter = "0s"
debug = false
flush_interval = "1s"
flush_jitter = "0s"
hostname = ""
interval = "60s"
logfile = "/opt/aws/amazon-cloudwatch-agent/logs/amazon-cloudwatch-agent.log"
logtarget = "lumberjack"
metric_batch_size = 1000
metric_buffer_limit = 10000
omit_hostname = false
precision = ""
quiet = false
round_interval = false
run_as_user = "root"
[inputs]
[[inputs.disk]]
fieldpass = ["free"]
interval = "60s"
mount_points = ["/"]
tagexclude = ["mode"]
[[inputs.mem]]
fieldpass = ["used_percent"]
interval = "60s"
[outputs]
[[outputs.cloudwatch]]