Skip to content

Commit 4c1b965

Browse files
committed
Add threshold to scheduled search
1 parent eb7700f commit 4c1b965

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docs/r/content.html.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ resource "sumologic_content" "test" {
3838
"to": null
3939
},
4040
"timeZone": "America/Los_Angeles",
41-
"threshold": null,
41+
"threshold": {
42+
"thresholdType": "message",
43+
"operator": "gt",
44+
"count": 0
45+
},
4246
"notification": {
4347
"taskType": "EmailSearchNotificationSyncDefinition",
4448
"toList": ["[email protected]"],

0 commit comments

Comments
 (0)