-
Notifications
You must be signed in to change notification settings - Fork 460
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
[tanium] Map extra fields, set event.kind for alerts #12055
[tanium] Map extra fields, set event.kind for alerts #12055
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
client_status |
10638.3 | 5405.41 | -5232.89 (-49.19%) | 💔 |
To see the full report comment with /test benchmark fullreport
tag: set_event_kind_alert | ||
field: event.kind | ||
value: alert | ||
if: "![null, ''].contains(ctx.tanium?.threat_response?.alert_id)" |
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.
This allocates.
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.
changed to
if: ctx.tanium?.threat_response?.alert_id != null && ctx.tanium.threat_response.alert_id != ''
…t event.kind = alert if an alert ID is present.
af1a09f
to
79a1ae5
Compare
💚 Build Succeeded
History
|
Quality Gate passedIssues Measures |
Package tanium - 1.12.0 containing this change is available at https://epr.elastic.co/package/tanium/1.12.0/ |
Proposed commit message
Checklist
changelog.yml
file.