crowdstrike: stop overwriting event.action with generic values in fdr data stream#19927
crowdstrike: stop overwriting event.action with generic values in fdr data stream#19927efd6 wants to merge 2 commits into
Conversation
… data stream Three processors in the FDR ingest pipeline overwrote event.action with generic ECS vocabulary (load, modification, creation, deletion, open, query) instead of preserving the CrowdStrike event_simpleName. This lost the specificity needed by detection rules which filter on the original SimpleEventName values. Remove the driver event.action="load" processor, the *Written event.action="creation" processor, and the event.action assignment from the registry RegOperationType script. The event.type assignments from these processors were already correct and are retained. Remove the processor that copied event_simpleName into message. The crowdstrike.event_simpleName keyword field serves the same purpose without abusing a match_only_text field. Add creation to the MachOFileWritten event.type in the categorize pipeline, closing the one gap the *Written processor was covering.
Elastic Docs Style Checker (Vale)Summary: 1 warning found
|
| File | Line | Rule | Message |
|---|---|---|---|
| packages/crowdstrike/changelog.yml | 5 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'. |
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale.
🚀 Benchmarks reportTo see the full report comment with |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
|
No issues across the latest commits 5e992a7.
🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
✅ All changelog entries have the correct PR link. |
|
@navnit-elastic, for the event that was chosen, |
💚 Build Succeeded
History
cc @efd6 |
Proposed commit message
Note
This is a counter proposal to #19808.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots