We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab1e80a + 4af1236 commit aee296eCopy full SHA for aee296e
tests/logstash_7.6.2.conf
@@ -36,10 +36,11 @@ filter
36
"%{RSYSLOGPREFIX}%{OPENNEBULA_MSG}",
37
"%{RSYSLOGPREFIX}%{JUBE_MSG}",
38
"%{RSYSLOGPREFIX}%{SHOREWALL_MSG}",
39
- "%{RSYSLOGPREFIX}%{KEYVALUE_MSG}",
40
"%{RSYSLOGPREFIX}%{QUATTOR_MSG}",
41
"%{RSYSLOGPREFIX}%{SNOOPY_MSG}",
42
"%{RSYSLOGPREFIX}%{APACHE_MSG}",
+ # Last resort, this should be one to last
43
+ "%{RSYSLOGPREFIX}%{KEYVALUE_MSG}",
44
# RSYSLOGCUSTOM always last (and no PREFIX)!
45
"%{RSYSLOGCUSTOM}"
46
]
0 commit comments