Skip to content

Commit 8430b9a

Browse files
Merge pull request #412 from SumoLogic/tarun_trigger_conditions_monitors
Improvements to monitors terraform resource documentation
2 parents 55b3ba5 + 6ccb911 commit 8430b9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/monitor.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The following arguments are supported:
321321
- `notifications` - (Optional) The notifications the monitor will send when the respective trigger condition is met.
322322
- `group_notifications` - (Optional) Whether or not to group notifications for individual items that meet the trigger condition. Defaults to true.
323323
- `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.
324-
- `alert_name` - (Optional) The display name when creating alerts. Monitor name will be used if `alert_name` is not provided. All template variables can be used in `alert_name` except `{{AlertName}}` and `{{ResultsJson}}`.
324+
- `alert_name` - (Optional) The display name when creating alerts. Monitor name will be used if `alert_name` is not provided. All template variables can be used in `alert_name` except `{{AlertName}}`, `{{AlertResponseURL}}` and `{{ResultsJson}}`.
325325
- `notification_group_fields` - (Optional - Beta) The set of fields to be used to group alerts and notifications for a monitor. The value of this field will be considered only when 'groupNotifications' is true.
326326
- `obj_permission` - (Optional) `obj_permission` construct represents a Permission Statement associated with this Monitor. A set of `obj_permission` constructs can be specified under a Monitor. An `obj_permission` construct can be used to control permissions Explicitly associated with a Monitor. But, it cannot be used to control permissions Inherited from a Parent / Ancestor. Default FGP would be still set to the Monitor upon creation (e.g. the creating user would have full permission), even if no `obj_permission` construct is specified at a Monitor and the FGP feature is enabled at the account.
327327
- `subject_type` - (Required) Valid values:
@@ -387,6 +387,8 @@ A `trigger_conditions` block contains one or more subblocks of the following typ
387387
- `metrics_outlier_condition`
388388
- `logs_missing_data_condition`
389389
- `metrics_missing_data_condition`
390+
- `slo_sli_condition`
391+
- `slo_burn_rate_condition`
390392

391393
Subblocks should be limited to at most 1 missing data condition and at most 1 static / outlier condition.
392394

0 commit comments

Comments
 (0)