18 May 2013 02:35
Filtering binary data fields and catch all
Xuri Nagarin <secsubs <at> gmail.com>
2013-05-18 00:35:43 GMT
2013-05-18 00:35:43 GMT
Hi,
My log source sends data over syslog in CEF (Arcsight format).-----------xxxxxxxxxxxxxxxxx-------------------
parser p_cef {
csv-parser(columns("cef.ff","cef.vendor","cef.product","cef.c4","cef.c5","cef.c6","cef.c7","cef.c8")
delimiters("|")
flags(drop-invalid)
);
};
destination d_file { file("/var/log/net/${cef.vendor}/${cef.product}/logfile"); };
csv-parser(columns("cef.ff","cef.vendor","cef.product","cef.c4","cef.c5","cef.c6","cef.c7","cef.c8")
delimiters("|")
flags(drop-invalid)
);
};
destination d_file { file("/var/log/net/${cef.vendor}/${cef.product}/logfile"); };
log { source(s_tcp); parser(p_cef); destination(d_file); };
-----------xxxxxxxxxxxxxxxxx-------------------
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
RSS Feed