This works great when grabbing multiple bro logs using the bro log directory, such as:
SSH logs using the path: nsm/bro/logs/current/ssh.log
I am looking to do something similar for IDS alerts, my understanding is that these are stored in snorby/sguil/ELSA. They should be in the following log location but this is really noisy /var/log/nsm/securityonion/sguild.log, i am looking for a log file with really just the IDS alerts only
can somebody point me in the right direction please?
so all i would really need to do is modify the pulledpork.conf file to write the logs to a location such as /var/log/idslogstore and then add a line ot the logrotate.conf file as below?
# Rotate the IDS logs
/var/log/idslogstore {
rotate 5
weekly
postrotate
/usr/bin/killall -HUP syslogd
endscript
}