Skip to content

Commit a62fef8

Browse files
committed
SUMO-257823, removed reference of realtime in Scheduled search TF help
1 parent 6ca2ccf commit a62fef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)