Skip to content

Commit

Permalink
Update triggers.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Adilbek Kangerey <[email protected]>
  • Loading branch information
00041275 authored Jan 9, 2025
1 parent d0f215c commit d1f1629
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/workflows/syntax/triggers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ triggers:
### Filtering Alert
You can filter alerts by specific properties like `severity`, `source`, or `service`.
You can filter alerts by specific properties like `severity`, `source`, or use regex to match specific `service`.

```yaml
triggers:
Expand All @@ -61,6 +61,8 @@ triggers:
value: critical
- key: source
value: datadog
- key: service
value: r"(payments|ftp)"
```

### Incident Trigger
Expand Down

0 comments on commit d1f1629

Please sign in to comment.