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 122e073 commit 65973d0Copy full SHA for 65973d0
website/docs/r/log_search.html.markdown
@@ -89,7 +89,7 @@ The following arguments are supported:
89
### Schema for `schedule`
90
- `cron_expression` - (Optional) Cron-like expression specifying the search's schedule. `schedule_type` must be set
91
to "Custom", otherwise, `schedule_type` takes precedence over `cron_expression`.
92
-- `schedule_type` - (Optional) Run schedule of the scheduled search. Set to "Custom" to specify the schedule with
+- `schedule_type` - (Required) Run schedule of the scheduled search. Set to "Custom" to specify the schedule with
93
a CRON expression. Possible schedule types are: `RealTime`, `15Minutes`, `1Hour`, `2Hours`, `4Hours`, `6Hours`,
94
`8Hours`, `12Hours`, `1Day`, `1Week`, `Custom`.
95
- `displayable_time_range` - (Optional) A human-friendly text describing the query time range. For e.g. "-2h",
0 commit comments