[Security Solution][Detections] Enable new actions (#83781)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Christos Nasikas 2020-11-19 19:50:52 +02:00 committed by GitHub
parent 51359197af
commit 1d5701d209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,9 @@ export const NOTIFICATION_SUPPORTED_ACTION_TYPES_IDS = [
'.slack',
'.pagerduty',
'.webhook',
'.servicenow',
'.jira',
'.resilient',
];
export const NOTIFICATION_THROTTLE_NO_ACTIONS = 'no_actions';
export const NOTIFICATION_THROTTLE_RULE = 'rule';