-
Notifications
You must be signed in to change notification settings - Fork 522
ELSA syslog-ng.conf rewrite r_pipes #447
Comments
Hello @dougburks, can I help with this somehow? Or is it on hold because of possible drawbacks? |
I'm working on new ELSA packages now. If you could help answer questions on our security-onion mailing list and/or test packages on our security-onion-testing mailing list, that will help expedite the process. Thanks! |
I have some preliminary packages in ppa:doug-burks/security-onion-dev that contain the latest ELSA code and this syslog-ng setting. It appears that the setting is throwing off some of our parsers, so there is more work to do. If you would like to test, please only install these packages on test machines. |
Only rewrite pipes for bro_* logs using the modified version here: rewrite r_from_pipes { subst('|', "%7C", value("MESSAGE") flags(global) condition(program("bro_*" type(glob)))); }; |
New ELSA packages in ppa:doug-burks/security-onion-dev should be parsing correctly now. Please test on test installations. |
I've tested package
During the installation I got an error though:
|
My fault, I missed the
The syslog-ng restart error was due to a custom destination which I removed, and then syslog-ng restarted just fine. Going to try some ELSA web searches now. |
I can confirm that now I see BRO_HTTP logs with %7C inside the message, and all fields are parsed correctly. 👍 |
Thanks for testing! |
Submitted for testing: |
Original issue reported on code.google.com by
[email protected]
on 19 Dec 2013 at 11:20The text was updated successfully, but these errors were encountered: