#
scheduler
Emit an event as {stage, ...payload} according to cron schedule. Refer to this quick intro to cron syntax.
Unlike system cron entries, these cron entries have an extra field for seconds.
#
Config
Required:
cron: Schedule in cron syntaxpayload: LogEvent fields to emit
#
Example
pipeline:
scheduler:
config:
cron: "* */15 * * * *"
payload:
msg: "every 15 minutes"