[Security Solution] Fix another reference to ALERT_STATUS (#110376)

This commit is contained in:
Marshall Main 2021-08-26 18:29:21 -07:00 committed by GitHub
parent e64a03677f
commit 6d7998e70c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@ export const buildAlertStatusesFilterRuleRegistry = (statuses: Status[]): Filter
bool: {
should: statuses.map((status) => ({
term: {
[ALERT_STATUS]: status,
[ALERT_WORKFLOW_STATUS]: status,
},
})),
},