[7.x] [Security Solution][Detections] Enable new actions (#83781) (#83837)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Christos Nasikas 2020-11-19 23:01:26 +02:00 committed by GitHub
parent cf683936c8
commit 61795469f6
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';