diff options
Diffstat (limited to 'sample.conf')
-rw-r--r-- | sample.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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<number> - 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 |