From 7fe235b03ce60b148abbd48357df2ea04f371358 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Dec 2006 12:53:16 +0000 Subject: preparing for release --- sample.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sample.conf') diff --git a/sample.conf b/sample.conf index 08c8fcc2..01db3af8 100644 --- a/sample.conf +++ b/sample.conf @@ -231,6 +231,15 @@ $template dbFormat,"insert into SystemEvents (Message, Facility,FromHost, Priori # syslogd like rsyslogd ;)). # Of course, you can also specify a template with TCP: *.* @@172.19.2.16:1514;RFC3164Fmt +# There are also some options you can select. These come between +# paranthesis. Available are: +# z - turn on compression, number is compression mode 0 - none, 9 max +# o - (tcp only) use octet counting for framing EXPERIMENTAL +# +# Forward via TCP with maximum compression and octet couting framing: +*.* @@(z9,o)172.19.2.16:1514;RFC3164Fmt +# Forward via UDP with maximum compression to port 1514 +*.* @(z9)172.19.2.16:1514 # We also support property-based filters, which allow for nice # things. Let's for example assume that you receive a lot of -- cgit