I'm using audisp-syslog to log output. Since the last update on multiple boxes, some messages (not all) are split in two lines. (Those sometimes also arrive in the wrong order):
Example:
May 22 09:00:00 server audisp-syslog[14953]: n" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' UID="root" AUID="munin"
May 22 09:00:00 server audisp-syslog[14953]: node=server.example.com type=CRED_REFR msg=audit(1779433200.325:3873588): pid=5929 uid=0 auid=177 ses=482584 msg='op=PAM:setcred grantors=pam_env,pam_faillock,pam_cap acct="muni
Message lengths differ and the split doesn't happen after a fixed amount of characters.
My plugins.d/syslog.conf should be pretty much the default:
active = yes
direction = out
path = /sbin/audisp-syslog
type = always
args = LOG_INFO
format = string
I can't completely rule out a syslog-ng bug or a configuration error, but the only thing that changed before triggering this, was the audit update.
The log_file log isn't affected by this.
I'm using audisp-syslog to log output. Since the last update on multiple boxes, some messages (not all) are split in two lines. (Those sometimes also arrive in the wrong order):
Example:
Message lengths differ and the split doesn't happen after a fixed amount of characters.
My
plugins.d/syslog.confshould be pretty much the default:I can't completely rule out a syslog-ng bug or a configuration error, but the only thing that changed before triggering this, was the audit update.
The
log_filelog isn't affected by this.