Skip to content

Commit

Permalink
chore: Add doc about global alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Apr 18, 2023
1 parent add0cf3 commit 4561b01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ You must specify, at least, the following parameters via command options or envi
--slack-channel value Slack channel id [$SLACK_CHANNEL]
```

## Filtering regions

You can filter alerts from one or more regions with the flag `--regions`, you can set multiple regions separated by `,`.
There are two special values:
* `all-regions`: Do not filter any region, send alerts from all regions
* `global`: Send alerts that are global and/or no account specific, this can be used with other regions (e.g. `global,us-east-1,us-west-1`)

## Ignoring alerts

There are three flags that allows you to suppress an event, all of them can be used simultaneously:
Expand Down

0 comments on commit 4561b01

Please sign in to comment.