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