Skip to content

Commit 8a01d86

Browse files
authored
[SecuritySolution][Detections] Enables Microsoft Teams for Detection Actions (#94239)
## Summary This PR enables Microsoft Teams action type for the detection engine (originally developed/tested via #83169). <p align="center"> <img width="500" src="https://user-images.githubusercontent.com/2946766/110558632-0fccdf80-8100-11eb-8476-8adb2eab7134.png" /> </p> ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
1 parent 67e9683 commit 8a01d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugins/security_solution/common/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export const NOTIFICATION_SUPPORTED_ACTION_TYPES_IDS = [
180180
'.servicenow',
181181
'.jira',
182182
'.resilient',
183+
'.teams',
183184
];
184185

185186
if (ENABLE_CASE_CONNECTOR) {

0 commit comments

Comments
 (0)