Skip to content

Instantly share code, notes, and snippets.

@armiiller
Created November 7, 2019 18:40
Show Gist options
  • Save armiiller/7d39c65de89c88c1965ffb0e31e2b645 to your computer and use it in GitHub Desktop.
Save armiiller/7d39c65de89c88c1965ffb0e31e2b645 to your computer and use it in GitHub Desktop.
---
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