-
Notifications
You must be signed in to change notification settings - Fork 466
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
crowdstrike.fdr: avoid mapping conflict when host metadata is not an object #12375
base: backport-crowdstrike-1.46
Are you sure you want to change the base?
crowdstrike.fdr: avoid mapping conflict when host metadata is not an object #12375
Conversation
680cb17
to
06b176e
Compare
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
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.
Can you please add a test case for this.
Another solution would be to adopt subobjects: false for the data stream.
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
Quality Gate passedIssues Measures |
I will add a test case.
Isn't the |
Probably. I know the fix is required when you set |
Proposed commit message
Found this error in a live scenario:
Where event being dropped contains metadata host info as follows:
metadata.host
is supposed to be an object with several host fields, so when it is renamed tocrowdstrike.info.host
it causes the error above, as this field is mapped as an object.This fix is being backported to skip the current minimum required Kibana version (8.16.0).
Checklist
changelog.yml
file.