-
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
[Metricbeat] Add collecting Application ELB and Network ELB into elb metricset #14123
Conversation
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.
LGTM, could we have some example data.json
?
@jsoriano Will do! And update the docs. |
@jsoriano I regenerated the |
It is possible to select different events to be written in different files from |
This PR is add support for application ELB and network ELB both into elb metricset. Now elb metricset should collect all cloudwatch metrics from classic ELB, application ELB and network ELB.
With this implementation, when elb metricset is enabled, metrics from all three different kinds of ELBs will be collected. This way is more consistent with Filebeat elb fileset.
closes #13538 and #13539