-
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
[AWS Cloudwatch] Fix Tags for APIGW #40755
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
This pull request is now in conflicts. Could you fix it? 🙏
|
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
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.
Approving go.mod changes.
* adding fix for aws tags of cloudwatch * variables set to apigateway_max_results * moving check inside apigw namespace * setting max limit to 500 --------- Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co> (cherry picked from commit 5aca19c)
* [AWS Cloudwatch] Fix Tags for APIGW (#40755) * adding fix for aws tags of cloudwatch * variables set to apigateway_max_results * moving check inside apigw namespace * setting max limit to 500 --------- Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co> (cherry picked from commit 5aca19c) * fixing CHANGELOG.next.asciidoc --------- Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Since this PR was merged, we're seeing the https://buildkite.com/elastic/beats-packaging-pipeline consistently failing like so when it tries to run
We're still investigating how to fix this forward but, if we can't figure something out soon, we may just need to revert this PR to make CI green again and buy us more time to figure out the problem. |
This reverts commit 5aca19c.
This PR makes it so that Beats depends on both AWS SDK v1 and AWS SDK v2.
|
I suspect this is probably the source of the linker error it was introducing, hopefully it goes away if you only depend on |
I'm able to make the linker error go away if the code doesn't rely on |
https://github.com/aws/aws-sdk-go is essentially deprecated and goes EOL on 7/31/2025, at which point we'll be forced to remove it as it will no longer receive security updates. If one of them has to go it should be the v1 SDK. |
We ended up getting the same build error with a GCP dependency bump, so it's not AWS specifically causing this: #41269 |
|
Proposed commit message
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
ServiceOwner:ole
Related issues
resource_type:restapis
#33913Use cases
See analysis https://github.com/elastic/sdh-beats/issues/5103#issuecomment-2333853534
Screenshots
Successful usage
Logs