rsyslog_target - needs to be a rsyslog endpoint supporting TCP plain connections like Loggly or Papertrail does.
log_format - format to use for generating the log line (above shown is default and does not need to be provided)
schedule - consists of 6 instead of the normal 5 fields:
field allowed values
----- --------------
second 0-59
minute 0-59
hour 0-23
day of month 1-31
month 1-12 (or names, see below)
day of week 0-7 (0 or 7 is Sun, or use names)
Standard format for crontab entries is supported. (See man 5 crontab)