crowdstrike: remove all statically set constant keyword fields in fdr at beginning of ingest#16240
Merged
efd6 merged 3 commits intoelastic:mainfrom Dec 5, 2025
Merged
crowdstrike: remove all statically set constant keyword fields in fdr at beginning of ingest#16240efd6 merged 3 commits intoelastic:mainfrom
efd6 merged 3 commits intoelastic:mainfrom
Conversation
6d96b8b to
54d5517
Compare
… at beginning of ingest In cases where an unrecoverable error occurs in the ingest pipeline, the previous code would skip removal of ecs.version, resulting in a mapping failure since beats sets this value to 8.0.0, which does not match the static value. So remove this value at the beginning of the ingest pipeline to avoid this. Also remove all other statically defined constant keyword field values in case they have been set. Also fix a rename processor failure that is uncovered by this change where a condition attempt to access the ctx.crowdstrike?.User?.Name field through a string ctx.crowdstrike?.User field, resulting in a painless dynamic getter error.
54d5517 to
dad2ec1
Compare
andrewkroh
reviewed
Dec 4, 2025
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
1c0274f to
9dc5a16
Compare
This bugfix finally explains why the test hit count assertion has always been confusing.
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
falcon |
5714.29 | 3571.43 | -2142.86 (-37.5%) | 💔 |
host |
4761.9 | 3278.69 | -1483.21 (-31.15%) | 💔 |
host |
4761.9 | 3816.79 | -945.11 (-19.85%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
andrewkroh
approved these changes
Dec 5, 2025
|
Package crowdstrike - 2.10.1 containing this change is available at https://epr.elastic.co/package/crowdstrike/2.10.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