-
Notifications
You must be signed in to change notification settings - Fork 1
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
IDS/IPS Eventforwarding #17
base: master
Are you sure you want to change the base?
Conversation
Regarding socket type. https://redmine.openinfosecfoundation.org/issues/250#note-12 -- it looks like there's not much of a difference between using dgrams and stream, since log size usually fits in single packet payload. Also, i tested forwarding from dgram socket and it works(with some modification to the code). |
2ce146f
to
9ffc647
Compare
@majst01 I'm not sure if it's worth to have separate types for IDS/IPS events. In both cases, logs are written to eve socket. Only difference is in event(action) types. IMO, it's probably better(simpler) to leave only single type(IDS) for both cases. |
Yes sure, we should forward both events into the same stream. |
@GrigoriyMikhalkin
TODO:
TODO firewall-controller:
TODO after all above: