Commit 9abfe5e8 authored by Ad Schellevis's avatar Ad Schellevis

(ids) add alert_action to log output (backend)

parent 4884a059
......@@ -99,6 +99,7 @@ if __name__ == '__main__':
record['fileid'] = parameters['fileid']
# flatten structure
record['alert_sid'] = record['alert']['signature_id']
record['alert_action'] = record['alert']['action']
record['alert'] = record['alert']['signature']
# use filters on data (using regular expressions)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment