Skip to content

Commit 7a2f218

Browse files
authored
Merge pull request #763 from anishrajan25/master
Update Match Rule Documentation: Fixed Indentation for `mapping` fields
2 parents a40fd6b + a6b0a5e commit 7a2f218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/cse_match_rule.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ The following arguments are supported:
4949
+ `default` - (Optional) The severity to use in the "constant" case or to fall back to if the field used by "fieldValue"/"fieldValueMapping" is not populated.
5050
+ `field` - (Optional) The field to use in the "fieldValue"/"fieldValueMapping" cases.
5151
+ `mapping` - (Optional) The map of record values to severities to use in the "fieldValueMapping" case
52-
- `type` - (Required) Must be set to "eq" currently
53-
- `from` - (Required) The record value to map from
54-
- `to` - (Required) The severity value to map to
52+
- `type` - (Required) Must be set to "eq" currently
53+
- `from` - (Required) The record value to map from
54+
- `to` - (Required) The severity value to map to
5555
- `summary_expression` - (Optional) The summary of the generated Signals
5656
- `tags` - (Required) The tags of the generated Signals
5757
- `suppression_window_size` - (Optional) For how long to suppress Signal generation, in milliseconds. Must be greater than 0 and less than the global limit of 7 days.
@@ -65,4 +65,4 @@ The following attributes are exported:
6565
Match Rules can be imported using the field id, e.g.:
6666
```hcl
6767
terraform import sumologic_cse_match_rule.match_rule id
68-
```
68+
```

0 commit comments

Comments
 (0)