[Bro] Redis Log Writer

Albert Zaharovits albert.zaharovits at gmail.com
Sat Jul 4 04:51:09 PDT 2015


Hello,

I have created a JSON ASCII log stream that is written on a named pipe and from there on a REDIS db.
I would like to remove the pipe logic, and have the log stream written directly to REDIS (using hiredis). I understand I have to code a new Log Writer.

However I don’t know how a client-server logger would fit bro cluster architecture; also I haven’t really considered the performance implications. Would this be something for which you’d accept a pull request?


Best,
Albert


More information about the Bro mailing list