Skip to content

Commit

Permalink
[Security Solution][Detections] Enable new actions (#83781)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
cnasikas and kibanamachine authored Nov 19, 2020
1 parent 5135919 commit 1d5701d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/security_solution/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1d5701d

Please sign in to comment.