mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Bro - Switch logs to JSON format
This commit is contained in:
@@ -141,4 +141,5 @@
|
||||
#@load custom/somebropolicy.bro
|
||||
|
||||
# Write logs in JSON
|
||||
#redef LogAscii::use_json = T;
|
||||
redef LogAscii::use_json = T;
|
||||
redef LogAscii::json_timestamps = JSON::TS_ISO8601;
|
||||
|
||||
@@ -129,4 +129,5 @@
|
||||
#@load custom/somebropolicy.bro
|
||||
|
||||
# Use JSON
|
||||
#redef LogAscii::use_json = T;
|
||||
redef LogAscii::use_json = T;
|
||||
redef LogAscii::json_timestamps = JSON::TS_ISO8601;
|
||||
|
||||
Reference in New Issue
Block a user