-
Notifications
You must be signed in to change notification settings - Fork 463
o365: fix handling of empty sip IP fields and avoid script allocations #14151
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
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@@ -1298,6 +1301,8 @@ processors: | |||
field: o365audit.Data.sip | |||
type: ip | |||
ignore_missing: true | |||
if: ctx.o365audit?.Data?.sip != '' | |||
ignore_failure: true |
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.
If the value fails to convert to an IP it should probably be removed, otherwise there will be a document parsing exception later - o365.audit.Data.sip
is defined with the ip
type.
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @efd6 |
|
Package o365 - 2.18.1 containing this change is available at https://epr.elastic.co/package/o365/2.18.1/ |
Proposed commit message
See title.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots