Bro Module - Switch to JSON

This commit is contained in:
Mike Reeves
2018-10-25 22:45:08 -04:00
parent 90d55104c6
commit 91c44eb2ff
2 changed files with 6 additions and 0 deletions

View File

@@ -139,3 +139,6 @@
# Load a custom Bro policy
# /opt/so/saltstack/bro/policy/custom/ on the master
#@load custom/somebropolicy.bro
# Write logs in JSON
redef LogAscii::use_json = T;

View File

@@ -127,3 +127,6 @@
# Load a custom Bro policy
# /opt/so/saltstack/bro/policy/custom/ on the master
#@load custom/somebropolicy.bro
# Use JSON
redef LogAscii::use_json = T;