-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix sqs dashboard and add s3 dashboard image to doc #12015
Conversation
Looking at various statistic method that AWS puts by default on their dashboards made me start thinking it might be useful to add a config option into aws module for different statistic methods when querying cloudwatch metrics. I will start an issue discussing this separately. |
x-pack/metricbeat/module/aws/_meta/kibana/7/dashboard/Metricbeat-aws-sqs-overview.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally. All dashboards ok 👍
jenkins, test this please |
…lastic#12352) * Fix sqs dashboard and add s3 dashboard image to doc (cherry picked from commit a773f47)
By looking at AWS SQS monitoring console for a specific queue, most of the metrics they are showing applies statistic method
Sum
.This is why I switched statistic method from average to sum in this PR.
Thanks @sayden for testing the sqs dashboard and found a bug in the filter section. This PR also fixed that.
Also s3 dashboard is added but not shown in the documentation. This PR adds the example dashboard into documentation as well.