crowdstrike: preserve event_simpleName field in FDR pipeline#18196
Merged
efd6 merged 1 commit intoelastic:mainfrom Apr 8, 2026
Merged
crowdstrike: preserve event_simpleName field in FDR pipeline#18196efd6 merged 1 commit intoelastic:mainfrom
efd6 merged 1 commit intoelastic:mainfrom
Conversation
The FDR ingest pipeline renamed crowdstrike.event_simpleName into event.action, destroying the source field. For registry, driver, and *Written events, event.action is then overwritten with a generic operation name (per TRaDe requirements), leaving the original CrowdStrike event name inaccessible as a keyword field. Change the rename to a copy so crowdstrike.event_simpleName survives in the indexed document alongside event.action.
Contributor
✅ Vale Linting ResultsNo issues found on modified lines! 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 reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
falcon |
5555.56 | 3127.93 | -2427.63 (-43.7%) | 💔 |
host |
4444.44 | 3603.6 | -840.84 (-18.92%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
6 tasks
kcreddy
approved these changes
Apr 7, 2026
w0rk3r
approved these changes
Apr 8, 2026
Contributor
w0rk3r
left a comment
There was a problem hiding this comment.
LGTM as it seems to not affect the way we populate the event.action. An alternative would be to append to the field, as that would preserve both TRaDE values and the original ones
|
Package crowdstrike - 3.13.1 containing this change is available at https://epr.elastic.co/package/crowdstrike/3.13.1/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots