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
@@ -215,8 +208,8 @@ The following arguments are supported:
215
208
-`Logs`: A logs query monitor.
216
209
-`Metrics`: A metrics query monitor.
217
210
-`queries` - (Required) All queries from the monitor.
218
-
-`trigger_conditions` - (Beta) (Required if not using `triggers`) Defines the conditions of when to send notifications. NOTE: `trigger_conditions` supplants the `triggers` argument.
219
-
-`triggers` - Defines the conditions of when to send notifications.
211
+
-`trigger_conditions` - (Required if not using `triggers`) Defines the conditions of when to send notifications. NOTE: `trigger_conditions` supplants the `triggers` argument.
212
+
-`triggers` - (Deprecated) Defines the conditions of when to send notifications.
220
213
-`notifications` - (Optional) The notifications the monitor will send when the respective trigger condition is met.
221
214
-`group_notifications` - (Optional) Whether or not to group notifications for individual items that meet the trigger condition. Defaults to true.
222
215
-`playbook` - (Optional - Beta) Notes such as links and instruction to help you resolve alerts triggered by this monitor. {{Markdown}} supported. It will be enabled only if available for your organization. Please contact your Sumo Logic account team to learn more.
@@ -231,7 +224,7 @@ Additional data provided in state:
231
224
-`Normal`
232
225
-`Disabled`
233
226
234
-
## The `trigger_conditions` block (Beta)
227
+
## The `trigger_conditions` block
235
228
A `trigger_conditions` block configures conditions for sending notifications.
236
229
### Example
237
230
```hcl
@@ -340,6 +333,62 @@ Here is a summary of arguments for each condition type (fields which are not mar
340
333
-`time_range` (Required)
341
334
-`trigger_source` (Required)
342
335
336
+
## The `triggers` block
337
+
The `triggers` block is deprecated. Please use `trigger_conditions` to specify notification conditions.
338
+
339
+
Here's an example logs monitor that uses `triggers` to specify trigger conditions:
0 commit comments