-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Describe the feature:
The executionStatus property on alerting saved objects (introduced here #75553) is a view into the current execution status of a kibana alert. It would be nice if each executionStatus was written to the kibana event log index .kibana-space-event-log-8.0.0 and we could query that for historical purposes.
Describe a specific use case for the feature:
The security solution currently keeps track of failures in a list-like structure of saved objects. With the addition of the executionStatus property to kibana alerts, we now have to manage merging each executionStatus into our rule status failure tracking system. It would be nice if we had a separate place to query for historical executions of kibana alerts rather than having to pull it directly off of the alert.