Files
splunk-security_content/docs/spec/deployments-properties-scheduling.md
T
2021-02-02 17:13:39 -05:00

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

cron_schedule Type

string

cron_schedule Examples

'*/10 * * * *'

earliest_time

earliest time of search

earliest_time

earliest_time Type

string

earliest_time Examples

'-10m'

latest_time

latest time of search

latest_time

latest_time Type

string

latest_time Examples

now

schedule_window

schedule window for search

schedule_window

schedule_window Type

string

schedule_window Examples

auto

Additional Properties

Additional properties are allowed and do not have to follow a specific schema