Get AWS Account Level CloudWatch metrics using Amazon CloudWatch Statistics Input Plugin #16208
Labels
feature request
Requests for new plugin and for new features to existing plugins
waiting for response
waiting for response from contributor
Use Case
We are using Telegraf's Amazon CloudWatch Statistics Input Plugin to send AWS Account level CloudWatch metrics to influx cloud. We want to send metrics data of all services i.e., AWS/EC2, AWS/ApplicationELB, AWS/RDS etc., in one shot instead of picking each namespace individually. We are referring the configuration we found from the github readme.md file (https://github.com/influxdata/telegraf/blob/master/plugins/inputs/cloudwatch/README.md)
Expected behavior
In telegraf configuration, use a wildcard in the namespaces section, for example: namespaces = ["AWS/*"] to fetch metrics of all namespaces at once and send to influxDB
Actual behavior
namespaces = ["AWS/ApplicationELB"] works fine
namespace = ["AWS/EC2", "AWS/ApplicationELB"] works fine
namespace = ["AWS/*"] doesn't work
Additional info
No response
The text was updated successfully, but these errors were encountered: