mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Bro Module - Switch to JSON
This commit is contained in:
@@ -139,3 +139,6 @@
|
|||||||
# Load a custom Bro policy
|
# Load a custom Bro policy
|
||||||
# /opt/so/saltstack/bro/policy/custom/ on the master
|
# /opt/so/saltstack/bro/policy/custom/ on the master
|
||||||
#@load custom/somebropolicy.bro
|
#@load custom/somebropolicy.bro
|
||||||
|
|
||||||
|
# Write logs in JSON
|
||||||
|
redef LogAscii::use_json = T;
|
||||||
|
|||||||
@@ -127,3 +127,6 @@
|
|||||||
# Load a custom Bro policy
|
# Load a custom Bro policy
|
||||||
# /opt/so/saltstack/bro/policy/custom/ on the master
|
# /opt/so/saltstack/bro/policy/custom/ on the master
|
||||||
#@load custom/somebropolicy.bro
|
#@load custom/somebropolicy.bro
|
||||||
|
|
||||||
|
# Use JSON
|
||||||
|
redef LogAscii::use_json = T;
|
||||||
|
|||||||
Reference in New Issue
Block a user