Hi Bro Family,
We want to implement a logging configuration with Bro that will allow us to store the output in both formats at the same time: JSON and ASCII.
The main idea is to have something like:
.- weird.log
.- weird.json
As each filter seems to be able to use one writer, I can’t see the way to accomplish this configuration with current plugins, configs, packets. Hopefully, I’m wrong.
Does someone know if there is a configuration or packet that can help to achieve this config?