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

Get AWS Account Level CloudWatch metrics using Amazon CloudWatch Statistics Input Plugin #16208

Closed
srinivasaluka opened this issue Nov 20, 2024 · 2 comments · May be fixed by #16337
Closed

Get AWS Account Level CloudWatch metrics using Amazon CloudWatch Statistics Input Plugin #16208

srinivasaluka opened this issue Nov 20, 2024 · 2 comments · May be fixed by #16337
Assignees
Labels
feature request Requests for new plugin and for new features to existing plugins waiting for response waiting for response from contributor

Comments

@srinivasaluka
Copy link

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

@srinivasaluka srinivasaluka added the feature request Requests for new plugin and for new features to existing plugins label Nov 20, 2024
@srebhan srebhan self-assigned this Nov 25, 2024
@srebhan
Copy link
Member

srebhan commented Dec 20, 2024

@srinivasaluka please test the binary in PR #16337, available as soon as CI finished the tests, and let me know if this fixes the issue!

@srebhan srebhan added the waiting for response waiting for response from contributor label Jan 15, 2025
@telegraf-tiger
Copy link
Contributor

Hello! I am closing this issue due to inactivity. I hope you were able to resolve your problem, if not please try posting this question in our Community Slack or Community Forums or provide additional details in this issue and reqeust that it be re-opened. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins waiting for response waiting for response from contributor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants