You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/monitor_alert_v2_event.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ These arguments are common to all alerts in Sysdig Monitor.
57
57
58
58
*`name` - (Required) The name of the alert rule. It must be unique.
59
59
*`description` - (Optional) The description of Monitor alert.
60
-
*`range_seconds` - (Optional, required if `trigger_after_minutes` is not defined): The time period in seconds over which to count events and trigger an alert if the total exceeds the threshold.
61
-
*`trigger_after_minutes` - (Optional, Deprecated) The time period in minutes over which to count events and trigger an alert if the total exceeds the threshold. Deprecated: use `range_seconds` instead.
60
+
*`range_seconds` - (Optional): The time period in seconds over which to count events and trigger an alert if the total exceeds the threshold.
62
61
*`group` - (Optional) Used to group alert rules in the UI. This value must be a lowercase string.
63
62
*`severity` - (Optional) Severity of the Monitor alert. It must be `high`, `medium`, `low` or `info`. Default: `low`.
64
63
*`enabled` - (Optional) Boolean that defines if the alert is enabled or not. Default: `true`.
0 commit comments