scheduler

Emit an event as {stage, ...payload} according to cron schedule. Refer to this quick intro to cron syntax.

Config

Required:

  • cron: Schedule in cron syntax
  • payload: LogEvent fields to emit

Example

pipeline:
  scheduler:
    config:
      cron: "* */15 * * * *"
      payload:
        msg: "every 15 minutes"