Is there a way to add Worker source to all bro logs?
I was able to do this with the conn.log, but if i try others, bad things happen. Can someone help?
redef record Conn::Info += {
peer_descr: string &default=“unknown” &log;
};
event connection_state_remove(c: connection){
c$conn$peer_descr = peer_description;
}