-
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] resource tags map should be compatible with short or whole resource id #20385
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
@kaiyan-sheng , could you help me review this ? 😊 |
Pinging @elastic/integrations-platforms (Team:Platforms) |
Hi @kwinstonix ! SORRY for the delay on reviewing this PR 😂 Overall it looks good! I only added one small comment. Also could you rebase this PR please? Thank you! |
d839d58
to
970b6dc
Compare
The PR is rebased on master |
jenkins run the tests |
…le resource id (elastic#20385) * resource tags map should be compatible with short or whole resource identifier (elastic#20326)
…le resource id (elastic#20385) (elastic#20670) * resource tags map should be compatible with short or whole resource identifier (elastic#20326) (cherry picked from commit 4e8f09d) Co-authored-by: martin <kwinstonix@users.noreply.github.com>
What does this PR do?
fix resource tags in metircbeat aws cloudwatch module. more detail has be explained in #20326
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
set AWS ELB TargetGroup tags
run metricbeat,
aws.tags
field in event should contain both LoadBalancer and TargetGroup tagsRelated issues