[RAC] Populate alert status field with allowed values #108607
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Theme: rac
label obsolete
Per the latest Alerts as Data schema definition, the alert status field
kibana.alert.status
is expected to be populated with eitheractive
orrecovered
. A number of places in Kibana are populating this field withopen
orclosed
. We need to audit each of these places, determine if the intent is to represent the workflow statuskibana.alert.workflow_status
(which does allow the valuesopen
,acknowledged
, andclosed
) or the "system" statuskibana.alert.status
in which case we need to update the field value to eitheractive
orrecovered
.A bonus would be enforcing these allowed values with Typescript types.
The text was updated successfully, but these errors were encountered: