-
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
[8.x](backport #40006) OOTB support AWS Eventbridge #40814
base: 8.x
Are you sure you want to change the base?
Conversation
Adding code to OOTB support AWS Eventbridge generated events for S3 changes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html (cherry picked from commit c37159e)
This pull request doesn't have a |
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
@elastic/obs-cloud-monitoring Can you have a look at this? |
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
@@ -280,7 +280,8 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] | |||
- Allow elision of set and append failure logging. {issue}34544[34544] {pull}39929[39929] | |||
- Add ability to remove request trace logs from CEL input. {pull}39969[39969] | |||
- Add ability to remove request trace logs from HTTPJSON input. {pull}40003[40003] | |||
- Update CEL mito extensions to v1.13.0. {pull}40035[40035] | |||
- Added out of the box support for Amazon EventBridge notifications over SQS to S3 input {pull}40006[40006] | |||
- Update CEL mito extensions to v1.13.0 {pull}40035[40035] |
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.
this entry needs to be removed?
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
2 similar comments
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
1 similar comment
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
09bc21c
to
13a7758
Compare
# Conflicts: # go.mod # x-pack/filebeat/input/awss3/sqs_test.go
This pull request has not been merged yet. Could you please review and merge it @mjmbischoff? 🙏 |
Proposed commit message
Adding OOTB support AWS Eventbridge generated events for S3 changes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html
Checklist
I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
The logic is triggered as a fall-through and is best effort.
Author's Checklist
How to test this PR locally
Since it relies on an AWS setup, testing locally beyond units tests is not possible.See /beats/x-pack/filebeat/input/awss3/_meta/terraform/README.md Don't have localstack so not truly 'local' but can run against aws.
Related issues
As it was discovered as part of support ticket there should be an ER linked.
Use cases
AWS has added a new way to notify on S3 changes, next to the existing plain SQS and SNS->SQS, AWS now also support using AWS EventBridge -> SQS
This PR achieves two goals:
This is an automatic backport of pull request #40006 done by [Mergify](https://mergify.com).