-
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
Cherry-pick #22805 to 7.10: [Filebeat] AWS CloudTrail preserve eventCategory #23399
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
* AWS CloudTrail preserve eventCategory - map to aws.cloudtrail.event_category Closes elastic#22776 (cherry picked from commit 971b95b)
e4af731
to
496feb0
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.
LGTM
description: |- | ||
Shows the event category that is used in LookupEvents calls. | ||
|
||
- For management events, the value is management. |
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.
I see Management
in the generated doc so perhaps the docs should say "the value is Management".
Closing as there are no more planned 7.10 releases. |
Cherry-pick of PR #22805 to 7.10 branch. Original message:
What does this PR do?
Preserves AWS CloudTrail eventCategory and maps it to
aws.cloudtrail.event_category
Why is it important?
prevents data loss
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Related issues