Skip to content

Commit aee296e

Browse files
authored
Merge pull request #30 from wpoely86/fix
order of patterns matters (AB#25016)
2 parents ab1e80a + 4af1236 commit aee296e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/logstash_7.6.2.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ filter
3636
"%{RSYSLOGPREFIX}%{OPENNEBULA_MSG}",
3737
"%{RSYSLOGPREFIX}%{JUBE_MSG}",
3838
"%{RSYSLOGPREFIX}%{SHOREWALL_MSG}",
39-
"%{RSYSLOGPREFIX}%{KEYVALUE_MSG}",
4039
"%{RSYSLOGPREFIX}%{QUATTOR_MSG}",
4140
"%{RSYSLOGPREFIX}%{SNOOPY_MSG}",
4241
"%{RSYSLOGPREFIX}%{APACHE_MSG}",
42+
# Last resort, this should be one to last
43+
"%{RSYSLOGPREFIX}%{KEYVALUE_MSG}",
4344
# RSYSLOGCUSTOM always last (and no PREFIX)!
4445
"%{RSYSLOGCUSTOM}"
4546
]

0 commit comments

Comments
 (0)