Skip to content

Commit 5981837

Browse files
author
Bremgartner, Lucas
committed
Changed multiline pattern to match the footer
Fixes #13
1 parent b186a7c commit 5981837

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)