0

Trying to remotely log all syslogs, but cron. I've tried the following statement which seem to work, but I'm not sure if this is officially supported, because I do not find any documentation on how to do this.

*.*;cron.!*                  @remotehost.com:514
ThunderJack
  • 63
  • 1
  • 7

1 Answers1

0

The RHEL docs say that filtering via rsyslog is supported: https://access.redhat.com/solutions/54363. The exact filter syntax is described in the rsyslog docs but it seems to support ! to filter out priorities.

omajid
  • 14,165
  • 4
  • 47
  • 64