From a8ae9582ec88c247124bd983ef7e6f6ef7352006 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 29 Nov 2013 15:58:09 +0100 Subject: fix merge problem --- doc/rainerscript.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/rainerscript.html b/doc/rainerscript.html index 19926d37..217ef28a 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -67,6 +67,9 @@ $MainMsgQ... statements are ignored.

Example:

+

global()

+

This is used to set global configuration parameters. For details, please +see the rsyslog global configuration object.

Expressions

The language supports arbitrary complex expressions. All usual operators are supported. The precedence of operations is as follows @@ -84,10 +87,6 @@ of a and b should be tested as "a <> b". The "not" operator should be reserved to cases where it actually is needed to form a complex boolean expression. In those cases, parenthesis are highly recommended. -

configuration objects

-

global()

-

This is used to set global configuration parameters. For details, please -see the rsyslog global configuration object.

Lookup Tables

Lookup tables are a powerful construct to obtain "class" information based on message content (e.g. to build -- cgit v1.2.3