Skip to content

Commit 128666e

Browse files
committed
Merge pull request #14 from u-s-p/match-log-footer
Changed multiline pattern to match the footer
2 parents b186a7c + 5981837 commit 128666e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-modsecurity.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ filter {
5757
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5858

5959
multiline {
60-
pattern => "^--[a-fA-F0-9]{8}-A--$"
60+
pattern => "^--[a-fA-F0-9]{8}-Z--$"
6161
negate => true
6262
what => previous
6363
type => "mod_security"

0 commit comments

Comments
 (0)