You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: