Skip to content

Commit

Permalink
Removed submodule logstash-modsecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Greguss committed Jan 9, 2020
1 parent 51d6f85 commit 7664822
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@

[submodule "honeytraps/waf_elk/logstash/logstash-modsecurity"]
path = honeytraps/waf_elk/logstash/logstash-modsecurity
url = https://github.com/bitsofinfo/logstash-modsecurity
1 change: 0 additions & 1 deletion honeytraps/waf_elk/logstash/logstash-modsecurity
Submodule logstash-modsecurity deleted from 5df040
9 changes: 9 additions & 0 deletions honeytraps/waf_elk/logstash/pipeline/logstash.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
input {
beats {
port => 5044
type => "mod_security"
codec => json
}
}

#filter {
# if [type] == "mod_security" {
# grok {
# match => { "[audit_data][messages]" => 'ARGS:%{DATA}: %{DATA:m_data}"]'}
# }
# }
#}

output {
elasticsearch {
hosts => "elasticsearch:9200"
Expand Down

0 comments on commit 7664822

Please sign in to comment.