linux-pzl9:/usr/share/syslog-ng/include/scl/apache # diff -u /root/syslog-ng/scl/apache/apache.conf apache.conf
--- /root/syslog-ng/scl/apache/apache.conf 2017-06-19 13:47:20.044547152 +0200
+++ apache.conf 2017-06-20 16:51:06.740528980 +0200
@@ -19,7 +19,7 @@
# COPYING for details.
#
#############################################################################
-block parser apache-accesslog-parser(prefix(".apache.")) {
+block parser apache-accesslog-parser(prefix(".apache.") template("${MESSAGE}")) {
channel {
@@ -29,6 +29,7 @@
dialect(escape-double-char)
flags(strip-whitespace)
delimiters(" ")
+ template(`template`)
quote-pairs('""[]')
# field names match of that of Logstash
columns("clientip", "ident", "auth",