Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/monitors/guide/alert_aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you are managing your monitors with the API, use the variable `notify_by` to

| Type of Alert | Configuration Example |
|-------------------|----------------------------------------|
| Simple Alert | `"notify_by": [*]` |
| Simple Alert | `"notify_by": ["*"]` |
| Multi Alert | `"notify_by": [<group>]`, for example, `"notify_by": ["topic"]` |

For more information, see the [API documentation][4].
Expand All @@ -88,4 +88,4 @@ For more information, see the [API documentation][4].
[1]: /monitors/configuration/?tab=thresholdalert#simple-alert
[2]: /monitors/notify/variables/?tab=is_alert#triggered-variables
[3]: /monitors/configuration/?tab=thresholdalert#multi-alert
[4]: /api/latest/monitors/#create-a-monitor
[4]: /api/latest/monitors/#create-a-monitor
Loading