[syslog-ng] Configuration question, logging to db not working.
Balazs Scheidler
bazsi at balabit.hu
Sun Feb 15 10:20:01 CET 2009
On Fri, 2009-02-13 at 12:25 -0800, Liam Kirsher wrote:
> Hi --
>
> filter f_ut_access { filter(f_obsidian) and message("root\.ut_access"); };
> filter f_geocode { filter(f_obsidian) and message("root\.geocode"); };
I've noticed one problem here, '\' is used by syslog-ng itself to quote
characters, if you want to quote a regexp character use double
backslashes:
root\\.ut_access
This may or may not solve your problem.
--
Bazsi
More information about the syslog-ng
mailing list