-
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] Improve AWS cloudtrail fileset #18958
[Filebeat] Improve AWS cloudtrail fileset #18958
Conversation
Pinging @elastic/siem (Team:SIEM) |
- add geoip AS lookup on source.ip - improve mappings event.category - improve mappings for event.type Closes elastic#18644
5ca81b9
to
dada2a5
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
type: | ||
- admin | ||
- change | ||
UpdateSSHPublicKey: |
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.
All of these mappings will be great to have. And assume you just scratching the surface of all the possible actions.
- add geoip AS lookup on source.ip - improve mappings event.category - improve mappings for event.type Closes elastic#18644 (cherry picked from commit c01dfe6)
- add geoip AS lookup on source.ip - improve mappings event.category - improve mappings for event.type Closes elastic#18644
What does this PR do?
Changes to AWS cloudtrail fileset, specifically:
Why is it important?
Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Related issues