On Fri, 2011-12-02 at 10:33 -0500, Michael Hocke wrote:
Hi guys,
I ran into another problem with 3.3.3. It seems that I can use a cvs-parser only in one and only one log path. If I reuse it in multiple log paths the columns of the cvs parser are empty. I downgraded to 3.0.9 and that resolved my problem. Here is an example config:
Thanks for the report and sorry for not replying back any sooner. This patch should fix your issue: Just pushed to 3.3: commit 79fc32703615e045fca4c9aaf85b7ab2915e7ed4 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Wed Dec 21 13:35:28 2011 +0100 csvparser: fixed csv-parser() when applied to multiple log paths Reported-by: Michael Hocke <michael.hocke@nyu.edu> Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> -- Bazsi