Oops .. misread the docs .. thanks for clearing it up ... working grate ... On 9/21/06, Sandor Geller <wildy@balabit.hu> wrote:
Gregory Machin wrote:
# MySQL Database
log { source(s_sys); filter(f_filter1); filter(f_filter2); filter(f_filter3); filter(f_filter4); filter(f_filter5); filter(f_filter6); filter(f_filter7); filter(f_filter8); destination(d_mysql); };
These filters guarantee that nothing will be logged to the mysql server: ALL of the filters must MATCH on the log to get to the destination. You have several different facilities in the filters, and one log message has only one facility.
-- Sandor Geller wildy@balabit.hu _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- Gregory Machin gregory.machin@gmail.com www.linuxpro.co.za