-
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 field mappings in santa module #17982
Conversation
Pinging @elastic/siem (Team:SIEM) |
- move certificate.common_name to santa.certificate.common_name (breaking change) - move certificate.sha256 to santa.certificate.sha256 (breaking change) - move hash.sha256 to process.hash.sha256 (breaking change) - event.action - event.category - event.kind - event.type - event.outcome - log.level - add full path to executable to process.args - related.hash - related.user Closes elastic#16180
e1c8314
to
cf4307d
Compare
💔 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
|
* Improve ECS field mappings in santa module - move certificate.common_name to santa.certificate.common_name (breaking change) - move certificate.sha256 to santa.certificate.sha256 (breaking change) - move hash.sha256 to process.hash.sha256 (breaking change) - event.action - event.category - event.kind - event.type - event.outcome - log.level - add full path to executable to process.args - related.hash - related.user - Add new default file path Closes elastic#16180 (cherry picked from commit 81dfe61)
* Improve ECS field mappings in santa module - move certificate.common_name to santa.certificate.common_name (breaking change) - move certificate.sha256 to santa.certificate.sha256 (breaking change) - move hash.sha256 to process.hash.sha256 (breaking change) - event.action - event.category - event.kind - event.type - event.outcome - log.level - add full path to executable to process.args - related.hash - related.user - Add new default file path Closes #16180 (cherry picked from commit 81dfe61)
What does this PR do?
Improves ECS field mappings in santa module. Specifically:
Why is it important?
Improved ECS compatibility improves the usefulness of the data in the SIEM app and makes cross correlation between data sources easier.
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
Closes #16180