Skip to content

Commit c0774c3

Browse files
author
Josh Williams
committed
Docs improvements
1 parent be49528 commit c0774c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/r/cse_aggregation_rule.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
---
77

88
# sumologic_cse_aggregation_rule
9-
Provides a Sumo Logic CSE Aggregation Rule.
9+
Provides a Sumo Logic CSE [Aggregation Rule](https://help.sumologic.com/Cloud_SIEM_Enterprise/CSE_Rules/09_Write_an_Aggregation_Rule).
1010

1111
## Example Usage
1212
```hcl
@@ -69,7 +69,7 @@ The following arguments are supported:
6969
- `summary_expression` - (Optional) The summary of the generated Signals
7070
- `tags` - (Required) The tags of the generated Signals
7171
- `trigger_expression` - (Required) The expression to determine whether a Signal should be created based on the aggregation results
72-
- `window_size` - (Required) How long of a window to aggregate records for
72+
- `window_size` - (Required) How long of a window to aggregate records for. Current acceptable values are T05M, T10M, T30M, T60M, T24H, T12H, or T05D.
7373

7474
The following attributes are exported:
7575

website/docs/r/cse_chain_rule.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
---
77

88
# sumologic_cse_chain_rule
9-
Provides a Sumo Logic CSE Chain Rule.
9+
Provides a Sumo Logic CSE [Chain Rule](https://help.sumologic.com/Cloud_SIEM_Enterprise/CSE_Rules/07_Write_a_Chain_Rule).
1010

1111
## Example Usage
1212
```hcl
@@ -55,7 +55,7 @@ The following arguments are supported:
5555
- `severity` - (Required) The severity of the generated Signals
5656
- `summary_expression` - (Optional) The summary of the generated Signals
5757
- `tags` - (Required) The tags of the generated Signals
58-
- `window_size` - (Required) How long of a window to aggregate records for
58+
- `window_size` - (Required) How long of a window to aggregate records for. Current acceptable values are T05M, T10M, T30M, T60M, T24H, T12H, or T05D.
5959

6060
The following attributes are exported:
6161

0 commit comments

Comments
 (0)