-
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
[Filebeat] aws/vpcflow move processing to ingest node #28168
[Filebeat] aws/vpcflow move processing to ingest node #28168
Conversation
This pull request does not have a backport label. Could you fix it @leehinman? 🙏
NOTE: |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
- move aws/vpcflow processing to ingest node - sync with aws/vpcflow integration - make event.original optional - add preserve_original_event to default tags - check for ecs.version in config or pipeline
1e0d02b
to
9d2ebc8
Compare
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.
Fantastic 😄
LGTM
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
* [Filebeat] aws/vpcflow move processing to ingest node - move aws/vpcflow processing to ingest node - sync with aws/vpcflow integration - make event.original optional - add preserve_original_event to default tags - check for ecs.version in config or pipeline (cherry picked from commit 6e69b05)
* [Filebeat] aws/vpcflow move processing to ingest node - move aws/vpcflow processing to ingest node - sync with aws/vpcflow integration - make event.original optional - add preserve_original_event to default tags - check for ecs.version in config or pipeline (cherry picked from commit 6e69b05)
* [Filebeat] aws/vpcflow move processing to ingest node - move aws/vpcflow processing to ingest node - sync with aws/vpcflow integration - make event.original optional - add preserve_original_event to default tags - check for ecs.version in config or pipeline (cherry picked from commit 6e69b05) Co-authored-by: Lee E Hinman <57081003+leehinman@users.noreply.github.com>
* [Filebeat] aws/vpcflow move processing to ingest node - move aws/vpcflow processing to ingest node - sync with aws/vpcflow integration - make event.original optional - add preserve_original_event to default tags - check for ecs.version in config or pipeline
What does this PR do?
Why is it important?
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentationCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally