-
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 ECS categorization field mappings in system module #18065
Conversation
- auth + event.kind + event.category (make array) + event.type (make array) + capture useradd, usermod, userdel + capture groupadd, groupmod, groupdel + related.ip + related.user - syslog + event.kind Closes elastic#16031
Pinging @elastic/siem (Team:SIEM) |
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
CHANGELOG.next.asciidoc
Outdated
@@ -275,6 +275,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d | |||
- Improve ECS categorization field mappings in postgresql module. {issue}16177[16177] {pull}17914[17914] | |||
- Improve ECS categorization field mappings in rabbitmq module. {issue}16178[16178] {pull}17916[17916] | |||
- Improve ECS categorization field mappings in redis module. {issue}16179[16179] {pull}17918[17918] | |||
- Improve ECS categorization field mappings in system module. {issue}16031[16031] {pull}XXX[XXX] |
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.
- Improve ECS categorization field mappings in system module. {issue}16031[16031] {pull}XXX[XXX] | |
- Improve ECS categorization field mappings in system module. {issue}16031[16031] {pull}18065[18065] |
…elastic#18065) * Improve ECS categorization field mappings in system module - auth + event.kind + event.category (make array) + event.type (make array) + capture useradd, usermod, userdel + capture groupadd, groupmod, groupdel + related.ip + related.user - syslog + event.kind Closes elastic#16031 (cherry picked from commit c885b57)
…#18065) (#18177) * Improve ECS categorization field mappings in system module - auth + event.kind + event.category (make array) + event.type (make array) + capture useradd, usermod, userdel + capture groupadd, groupmod, groupdel + related.ip + related.user - syslog + event.kind Closes #16031 (cherry picked from commit c885b57)
What does this PR do?
Adds ECS categorization fields to Filebeat system module. Specifically:
Why is it important?
ECS categorization fields make data more useful in SIEM app and allow cross correlation between different data sources.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] 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
Closes #16031