-
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] [AWS] events can't set TargetGroup tags #20326
Labels
Comments
Pinging @elastic/integrations-platforms (Team:Platforms) |
@kwinstonix Thanks for creating this issue. Good point, it would be good to add collection for TargetGroup tags. I won't be able to start working on this for a while because of other priorities on my list 😬 Please feel free to take over! |
OK, I will open a PR |
@kwinstonix Awesome!! Thank you!! Just ping me for the PR and I will test it 😄 |
6 tasks
kwinstonix
added a commit
to kwinstonix/beats
that referenced
this issue
Aug 18, 2020
kaiyan-sheng
added a commit
that referenced
this issue
Aug 19, 2020
kaiyan-sheng
added a commit
that referenced
this issue
Aug 19, 2020
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
…le resource id (elastic#20385) * resource tags map should be compatible with short or whole resource identifier (elastic#20326)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For confirmed bugs, please report:
Version: 7.8.1
Steps to Reproduce:
events only contain Loadbalancer tags
events contain both LoadBalancer and TargetGroup tags
aws alb and nlb metrics structure
comparing above two example results, we can figure out that ALB and NLB
LoadBalancer
dimension value is not same withresource id
field of ARN, andTargetGroup
dimension value is same withresource id
field of ARN.GetResourcesTags
func has proccessed the resourcegroupstaggingapi result, theresourceTagMap
is like this, so we can not get TargetGroup tags ininsertTags
function .beats/x-pack/metricbeat/module/aws/utils.go
Lines 189 to 197 in ea63f05
I think we should use both short resource identifier and whole resource identifier of ARN, just like this
The text was updated successfully, but these errors were encountered: