We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting the Cloudwatch output plugin, it tries to list some metrics, even though this isn't needed for normal operation:
telegraf/plugins/outputs/cloudwatch/cloudwatch.go
Line 62 in ac1fa05
ListMetricData
PutMetricData
The required permissions aren't even documented for the plugin.
[[outputs.cloudwatch]] region = "us-east-1" namespace = "foo"
Latest telegraf
Successful start
It fails
AWS STS GetSessionToken can be used to test connection without needing any specific permissions: https://docs.aws.amazon.com/sdk-for-go/api/service/sts/#STS.GetSessionToken
The text was updated successfully, but these errors were encountered:
Thanks for the report, I agree on all points. Is this something you would be able to work on?
Sorry, something went wrong.
Never used this language before but I’ll give it a... Go
No branches or pull requests
Bug report
When starting the Cloudwatch output plugin, it tries to list some metrics, even though this isn't needed for normal operation:
telegraf/plugins/outputs/cloudwatch/cloudwatch.go
Line 62 in ac1fa05
ListMetricData
even though when in use the plugin only needsPutMetricData
.The required permissions aren't even documented for the plugin.
Relevant telegraf.conf:
System info:
Latest telegraf
Steps to reproduce:
PutMetricData
rightsExpected behavior:
Successful start
Actual behavior:
It fails
Additional info:
AWS STS GetSessionToken can be used to test connection without needing any specific permissions: https://docs.aws.amazon.com/sdk-for-go/api/service/sts/#STS.GetSessionToken
The text was updated successfully, but these errors were encountered: