Skip to content

Commit 0a5d46e

Browse files
Merge pull request #748 from SumoLogic/SUMO-257823-remove-realtime-reference
Sumo 257823 remove realtime reference
2 parents 8a1d3e9 + 13d9d41 commit 0a5d46e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BUG FIXES:
55
* Properly send optional webhook notification payload value
66
* RoleV2 creation will no longer time out when selection_type is not specified
77
* RoleV2 update will not remove all assigned users
8+
* Removed reference of Realtime in scheduled search documentation page
89

910
MAINTENANCE:
1011
* Bump version of golang.org/x/net to v0.35.0

website/docs/r/log_search.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The following arguments are supported:
130130
- `cron_expression` - (Optional) Cron-like expression specifying the search's schedule. `schedule_type` must be set
131131
to "Custom", otherwise, `schedule_type` takes precedence over `cron_expression`.
132132
- `schedule_type` - (Required) Run schedule of the scheduled search. Set to "Custom" to specify the schedule with
133-
a CRON expression. Possible schedule types are: `RealTime`, `15Minutes`, `1Hour`, `2Hours`, `4Hours`, `6Hours`,
133+
a CRON expression. Possible schedule types are: `15Minutes`, `1Hour`, `2Hours`, `4Hours`, `6Hours`,
134134
`8Hours`, `12Hours`, `1Day`, `1Week`, `Custom`.
135135

136136
-> With `Custom`, `1Day` and `1Week` schedule types you need to provide the corresponding cron expression

0 commit comments

Comments
 (0)