Two instances of bro on the same host?

Howdy,

I have a multi-core machine listening to 8 interfaces with zeek. I’m using the kafka plugin to send logs to individual topics (conn, dns, http, etc).

I’ve recently gotten a tap outside the firewall and want to send the equivalent logs to different comparable topics (conn-firewall, dns-firewall, etc).

I’m currently using zeekctl with multiple workers. What I’m wondering is can I use two instances of zeekctl on the same machine, one for inside the FW and one for outside.

It’s not an option right now to do the outside the FW on a separate machine.

Any suggestions?

Thanks,

-Erich

I use one bro instance to listen to both internal and external. Set your filters in your SIEM to internal vs. external networks and you should be fine.

James