We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b001a41 commit aac415bCopy full SHA for aac415b
1 file changed
logstash-modsecurity.conf
@@ -182,7 +182,7 @@ filter {
182
match => {
183
"rawSectionF" => "(?<serverProtocol>.+?)\s(?<responseStatus>.+)$"
184
}
185
- patterns_dir => "./patterns/modsecurity_grok_patterns"
+ patterns_dir => "./patterns/logstash_modsecurity_patterns"
186
187
188
# response section (WITH headers)
@@ -193,7 +193,7 @@ filter {
193
194
"rawSectionF" => "(?<serverProtocol>.+?)\s(?<responseStatus>.+)\n{1}"
195
196
197
198
199
0 commit comments