From 5b3fb3c2dc07525499f26d3822d25a448c99d086 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 5 May 2009 18:09:52 +0200 Subject: [PATCH] rsyslog: Use another format for forwarding messages. The syslog protocol 23 format seems to be broken in rsyslog for messages that were originally generated by legacy applications (i.e., do not have a structured-data field). See http://bugzilla.adiscon.com/show_bug.cgi?id=125 --- etc/rsyslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 107707a..edaea18 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -101,4 +101,4 @@ $ActionQueueFileName remote $ActionResumeRetryCount -1 # save in-memory data if rsyslog shuts down $ActionQueueSaveOnShutdown on -*.* @@log;RSYSLOG_SyslogProtocol23Format +*.* @@log;RSYSLOG_ForwardFormat -- 2.30.2