[Metricbeat] Separate vpc metricset to vpn, transitgateway and natgateway metricsets#16892
Merged
kaiyan-sheng merged 12 commits intoelastic:masterfrom Mar 20, 2020
kaiyan-sheng:aws-natgateway
Merged
[Metricbeat] Separate vpc metricset to vpn, transitgateway and natgateway metricsets#16892kaiyan-sheng merged 12 commits intoelastic:masterfrom kaiyan-sheng:aws-natgateway
kaiyan-sheng merged 12 commits intoelastic:masterfrom
kaiyan-sheng:aws-natgateway
Conversation
Contributor
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
mtojek
reviewed
Mar 19, 2020
exekias
approved these changes
Mar 20, 2020
5 tasks
kaiyan-sheng
pushed a commit
that referenced
this pull request
Mar 20, 2020
…, transitgateway and natgateway metricsets (#17149) * [Metricbeat] Separate vpc metricset to vpn, transitgateway and natgateway metricsets (#16892) * Separate vpc metricset to vpn, transitgateway and natgateway metricsets * add dashboard and screenshot (cherry picked from commit 7a7c2af) * add changelog
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR is to separate vpc metricset into three smaller metricsets: vpn, transitgateway and natgateway metricsets. This PR will also add dashboards for each metricset.
Why is it important?
This will help with users who only wants to enable one or two out of all three metricsets.
Checklist
Screenshots
vpn dashboard:

nat gateway dashboard:

transit gateway dashboard:

How to test this PR locally
Make sure the AWS account you use for testing has metrics for VPN, NATgateway, transit gateway.
Enable aws module and then change aws.yml to:
You should see metrics collection per every minute and dashboards should start showing data points as well.