zeek/scripts/policy/tuning/json-logs.bro
Seth Hall a56c343715 Refactored formatters and updated the the writers a bit.
- Formatters have been abstracted similarly to readers and writers now.
 - The Ascii writer has a new option for writing out logs as JSON.
 - The Ascii writer now has all options availble as per-filter
   options as well as global.
2014-03-10 10:42:59 -04:00

4 lines
115 B
Text

##! Loading this script will cause all logs to be written
##! out as JSON by default.
redef LogAscii::use_json=T;