[Security Solution] Add support for more complex field overrides #131663
Labels
enhancement
New value added to drive a business result
Feature:Rule Creation
Security Solution Detection Rule Creation workflow
needs product
Team:Detection Engine
Security Solution Detection Engine Area
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
As detailed in this discuss post, there is a user need for more sophisticated field overrides. So for example, instead of a simple field to value mapping for severity like
user.name === 'Testuser
->High Severity
, something like multi-value supportuser.name === user.name1, user.name2
->High Severity
.While expanding the value selector to be a multi-select would satisfy this enhancement request, a full-featured approach here that could be adapted to all field overrides would be a nice improvement. When originally implementing the field overrides, I had envisioned an advanced input that provided the alert data as the context, and then would allow the user to either use the Kibana Expression Language or another scripting language (painless?) to write complex evaluations using the alert context. This could then be adapted for use with Severity/Risk Score Override, and Rule Name Override as well.
The text was updated successfully, but these errors were encountered: