Skip to content

Commit aac415b

Browse files
committed
Corrected patterns_dir for two of the sections
1 parent b001a41 commit aac415b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logstash-modsecurity.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ filter {
182182
match => {
183183
"rawSectionF" => "(?<serverProtocol>.+?)\s(?<responseStatus>.+)$"
184184
}
185-
patterns_dir => "./patterns/modsecurity_grok_patterns"
185+
patterns_dir => "./patterns/logstash_modsecurity_patterns"
186186
}
187187

188188
# response section (WITH headers)
@@ -193,7 +193,7 @@ filter {
193193
match => {
194194
"rawSectionF" => "(?<serverProtocol>.+?)\s(?<responseStatus>.+)\n{1}"
195195
}
196-
patterns_dir => "./patterns/modsecurity_grok_patterns"
196+
patterns_dir => "./patterns/logstash_modsecurity_patterns"
197197
}
198198

199199
}

0 commit comments

Comments
 (0)