It's pretty obvious rsyslog enforces the RFCs far more than the stock syslogd or syslog-ng, and I have a question about that enforcement.
What does rsyslog do with a message that doesn't have a syslogtag? The messages I receive successfully have tags:
"SRS:" tag: Sep 25 15:15:01 ncc5-blade1 SRS: PeriodicStats:1
The messages I don't receive have no tag:
"NULL" tag: Sep 25 10:15:06 tst5-jbs-01 PeriodicStats:1
Is it just a matter of checking to see if %syslogtag% is empty, and define a new template, or is this enforcement not something I can work around?


