Skip to content

Commit

Permalink
Merge pull request #48 from mtudisco49/master
Browse files Browse the repository at this point in the history
Update 2089_filter_section_h_example_severities.conf
  • Loading branch information
bitsofinfo authored Jun 11, 2020
2 parents 5df0401 + c42c53f commit 3a0a58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2089_filter_section_h_example_severities.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filter {
ruby {
code => "
modsecSeverities = Set.new
trailerMsgs = event.get('auditLogTrailer[messages]')
trailerMsgs = event.get('auditLogTrailer')['messages']
trailerMsgs.each {|m|
if m.key?('severity')
modsecSeverities.add(m['severity'])
Expand Down

0 comments on commit 3a0a58f

Please sign in to comment.