Created
November 7, 2019 18:40
-
-
Save armiiller/7d39c65de89c88c1965ffb0e31e2b645 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
rules: | |
- match: | |
alert.title: | |
"$regex": "Critical Systems Down" | |
"$options": "i" | |
alert.urgency: | |
"$in": | |
- high | |
- critical | |
actions: | |
# run the automation scripts | |
- type: automate | |
ids: | |
- atm_xxxxxx1 | |
- atm_xxxxxx2 | |
# attach the business exec stakeholders | |
- type: stakeholder | |
ids: | |
- stk_xxxxx1 | |
# assign it to team | |
- type: assign | |
receiver: tem_xxxxxx1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment