mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: mgiota <giota85@gmail.com>
This commit is contained in:
parent
31d3064980
commit
de32f3c79e
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ export const createLifecycleExecutor = (
|
|||
|
||||
const nextTrackedAlerts = Object.fromEntries(
|
||||
allEventsToIndex
|
||||
.filter(({ event }) => event[ALERT_STATUS] !== 'closed')
|
||||
.filter(({ event }) => event[ALERT_STATUS] !== ALERT_STATUS_RECOVERED)
|
||||
.map(({ event }) => {
|
||||
const alertId = event[ALERT_INSTANCE_ID]!;
|
||||
const alertUuid = event[ALERT_UUID]!;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue