-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPS syslog does not show all alerts #2809
Comments
|
Are you sure that UDP does not drop syslog events? I still have TCP support in my wish list on the basis of syslog-ng for that particular reason, especially if a lot of events are generated on the OPNsense. |
|
Pretty positive, it's low traffic at home where opnsense is my gateway. The rsyslog is a gigabit banana pi doing nothing but rsyslog. Also removed the firewall pass entries from the syslog settings. |
|
I ran into a very similar issue when trying to send suricata eve json logs to a remote syslog-ng. Some of the messages are simply cut off and then cannot be parsed by logstash json plugin. I think the size of the UDP datagrams limits the message length transmitted to the remote server. So the switch to syslog-ng would be fantastic. |
|
There is a patch here a83e72ac Not sure it helps, but you can try and report back: then restart suricata (apply button) |
|
I can't find a reference of why I reopened this. No feedback since November would indicate it works better than before for one reason or another. Feel free to update if not. |
As documented here (https://forum.opnsense.org/index.php?topic=7532.0) and here (https://forum.opnsense.org/index.php?topic=7402.15) it seems that not all alerts end up in the syslog.
I am not sure if this is a bug or a 'works as expected' but it would be great if all alerts end up in the syslog so the rsyslog server can parse the alerts with some logging tool (ELK) or monitoring tool (monit/ossec).
An example:
The text was updated successfully, but these errors were encountered: