mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
4.6 KiB
4.6 KiB
Untitled object in Deployment Schema Schema
#/properties/scheduling#/properties/scheduling
allows to set scheduling parameter
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | deployments.spec.json* |
scheduling Type
object (Details)
scheduling Default Value
The default value is:
{}
scheduling Examples
cron_schedule: '*/10 * * * *'
earliest_time: '-10m'
latest_time: now
schedule_window: auto
scheduling Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| cron_schedule | string |
Required | cannot be null | Deployment Schema |
| earliest_time | string |
Required | cannot be null | Deployment Schema |
| latest_time | string |
Required | cannot be null | Deployment Schema |
| schedule_window | string |
Optional | cannot be null | Deployment Schema |
| Additional Properties | Any | Optional | can be null |
cron_schedule
Cron schedule to schedule the Splunk searches.
cron_schedule
-
is required
-
Type:
string -
cannot be null
-
defined in: Deployment Schema
cron_schedule Type
string
cron_schedule Examples
'*/10 * * * *'
earliest_time
earliest time of search
earliest_time
-
is required
-
Type:
string -
cannot be null
-
defined in: Deployment Schema
earliest_time Type
string
earliest_time Examples
'-10m'
latest_time
latest time of search
latest_time
-
is required
-
Type:
string -
cannot be null
-
defined in: Deployment Schema
latest_time Type
string
latest_time Examples
now
schedule_window
schedule window for search
schedule_window
-
is optional
-
Type:
string -
cannot be null
-
defined in: Deployment Schema
schedule_window Type
string
schedule_window Examples
auto
Additional Properties
Additional properties are allowed and do not have to follow a specific schema