Hello,
I had a little issue with a couple sensors that I have built last Friday.
The /opt/bro/etc/broctl.cfg shipped with the new Bro 2.4 package has these lines:
# Location of the log directory where log files will be archived each rotation
# interval.
LogDir = /opt/bro/logs
# Location of the spool directory where files and data that are currently being
# written are stored.
SpoolDir = /opt/bro/spool
# Location of other configuration files that can be used to customize
# BroControl operation (e.g. local networks, nodes).
CfgDir = /opt/bro/etc
And for me, these are the values on my older sensor, which had Bro 2.3 installed and then upgraded to Bro 2.4 and they work fine:
# Location of the log directory where log files will be archived each rotation
# interval.
LogDir = /nsm/bro/logs
# Location of the spool directory where files and data that are currently being
# written are stored.
SpoolDir = /nsm/bro/spool
# Location of other configuration files that can be used to customize
# BroControl operation (e.g. local networks, nodes).
CfgDir = /opt/bro/etc
So my solution was to change the /opt/bro/etc/broctl.cfg on the new sensors, but I do not now if the /opt/bro/logs and /opt/bro/spool directories are the ones that I am supposed to use in Security Onion...
Thanks,
David