Skip to content

Commit ff6e102

Browse files
author
big-mac-slice
committed
pr feedback - update docs
1 parent d9e7360 commit ff6e102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/cse_insights_configuration.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Provides the Sumologic CSE Insights Configuration for the whole organization. Th
1313
resource "sumologic_cse_insights_configuration" "insights_configuration" {
1414
lookback_days = 13.0
1515
threshold = 12.0
16+
global_signal_suppression_window = 48.0
1617
}
1718
```
1819

@@ -22,6 +23,7 @@ The following arguments are supported:
2223

2324
- `lookback_days` - (Optional) Detection window expressed in days.
2425
- `threshold` - (Optional) Detection threshold activity score.
26+
- `global_signal_suppression_window` - (Optional) Detection global signal suppression window expressed in hours.
2527

2628
The following attributes are exported:
2729

0 commit comments

Comments
 (0)