event q.

Hi,
I am generating an event from my plugin. I wrote a script to create a new record and stream to log my event. I added my script to my local.bro file and ran it against a pcap like this:

./bro -r -C …/share/bro/site/local.bro

The event log foo.log gets created correctly i.e. the log has entries corresponding to the events in
the pcap. However, when I run bro using broctl, and replay packets using tcpreplay, it generates
an empty foo.log. That is, the log file only contains the headers. Is there something special I need
to add to my script when running in cluster mode? Thanks.

Dnj.