diff options
Diffstat (limited to 'doc/rainerscript.html')
-rw-r--r-- | doc/rainerscript.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rainerscript.html b/doc/rainerscript.html index 0a780ac4..217ef28a 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -67,6 +67,9 @@ $MainMsgQ... statements are ignored. <p>Example:</p> <textarea rows="2" cols="60">main_queue(queue.size="100000" queue.type="LinkedList") </textarea> +<h3>global()</h3> +<p>This is used to set global configuration parameters. For details, please +see the <a href="rsyslog_global">rsyslog global configuration object</a>. <h2>Expressions</h2> The language supports arbitrary complex expressions. All usual operators are supported. The precedence of operations is as follows |