[Zeek] Zeek and json output question

Jan Grashöfer jan.grashoefer at gmail.com
Fri Jan 24 01:34:30 PST 2020


On 23/01/2020 23:47, Justin Azoff wrote:
> This package does this in a bit more advanced way:
> 
> https://github.com/J-Gras/add-json

If you want to use that package, the following enables JSON for FTP only:

redef Log::enable_all_json = F;
redef Log::include_json += {FTP::LOG};

Jan


More information about the Zeek mailing list