/usr/share/bro/policy/tuning/json-logs.bro is in bro-common 2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | ##! Loading this script will cause all logs to be written
##! out as JSON by default.
redef LogAscii::use_json=T;
|