-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ZeroMQ Json Output #2
Conversation
This is a complete patch that will allow the outputing of all alerts to a zeromq PUB socket in JSON format. New Config: <ossec> <global> <zeromq_output>yes|no</zeromq_output> <zeromq_uri>tcp://localhost:11111</zeromq_uri> Somethings had to change to allow this to work. Based on the preprossor defines - WINDOWS was redefined by OSSEC and is used by GCC changed the define to to DECODER_WINDOWS - __name was redefinied by OSSEC and is used by GCC changed the defeine to be __ossec_name
Does anyone have any questions? This should be low impact change the code paths are well know and requires a custom make setzeromq to enable. |
No objection. I am going to Merge this one. |
Great. I will open a pull request to update the docs. I will have more with this json Stuff coming. Sent from my iPhone
|
Fix truncated "action" on Cisco PIX/ASA
This is a complete patch that will allow the outputing of all alerts
to a zeromq PUB socket in JSON format.
New Config:
Somethings had to change to allow this to work. Based on the
preprossor defines
the define to to DECODER_WINDOWS
the defeine to be __ossec_name