We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e7360 commit ff6e102Copy full SHA for ff6e102
website/docs/r/cse_insights_configuration.html.markdown
@@ -13,6 +13,7 @@ Provides the Sumologic CSE Insights Configuration for the whole organization. Th
13
resource "sumologic_cse_insights_configuration" "insights_configuration" {
14
lookback_days = 13.0
15
threshold = 12.0
16
+ global_signal_suppression_window = 48.0
17
}
18
```
19
@@ -22,6 +23,7 @@ The following arguments are supported:
22
23
24
- `lookback_days` - (Optional) Detection window expressed in days.
25
- `threshold` - (Optional) Detection threshold activity score.
26
+- `global_signal_suppression_window` - (Optional) Detection global signal suppression window expressed in hours.
27
28
The following attributes are exported:
29
0 commit comments