default.yaml 393 B

123456789101112131415
  1. pattern: none
  2. filename:
  3. key: LOG_FILENAME
  4. inject:
  5. - key: MESSAGE
  6. value: '${LINE}' # a special variable that resolves to the whole line read from the log
  7. - key: PRIORITY
  8. value: 6 # Valid PRIORITIES: 0=emerg, 1=alert, 2=crit, 3=error, 4=warn, 5=notice, 6=info, 7=debug
  9. - key: SYSLOG_IDENTIFIER
  10. value: log2journal # the name of the application sending the logs