I think I added the correct destination for the external ELSA node correctly, but logs are not appearing from suricata, though other logs are arriving from the box.
Is there a source statement needed for suricata in the syslog-ng.conf?
Many thanks,
Jim
Thanks much, I did, but I am trying make sure I am understanding the flow of messages.
Would I be looking at adding a line such as:
source s_suricata { file("$PATH_TO_SURICATA_ALERTS" program_override("sguil_alert")); };
to the syslog-ng.conf and ensure that the appropriate dest is listed as well?
Jim
I turned on BRO, and am getting BRO logs in my exteral ELSA system, just not suricata, thoughts? and thanks! I have tried to read through eveything possible, but so far, to no avail.
On Wednesday, October 1, 2014 12:00:55 PM UTC-5, Doug Burks wrote:
Thanks much. I am trying to use the first option, in my barnyard2.conf I have added the following out line:
output log_syslog_full: sensor_name utlmad0d0365-eth4, server x.x.x.x, log_priority log_alert, operation_mode default
(where x.x.x.x is the IP address of my remote ELSA box).
I am guessing I am still having some syntax issues, and am continuing to look.