-
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
Add filters to AWS EC2 kibana dashboard and pie chart to show instance state #10596
Conversation
@kaiyan-sheng I added the |
@ruflin 👍 Thank you! |
@kaiyan-sheng you can also add all the selectors in a single box (like in https://user-images.githubusercontent.com/15763/47107903-d81d1e80-d24a-11e8-8c59-782ca1375275.png) |
@jsoriano Aha good idea! I made the change to combine them in one box :-) Thanks! |
jenkins, test this |
The new instance state pie chart showing stopped/terminated states only works with #10627. There are some bugs fixed in there so with that PR, ec2 metricset actually starts reporting events when instance state is not running. |
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. Dashboard loads properly but I don't have an AWS account on hand to test more. I think it's OK 👍
Add filters for ec2 overview dashboard: aws region, ec2 machine type and availability zone. Also added a pie chart to show ec2 instance state.