diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-29 15:52:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-29 15:52:44 +0100 |
commit | c66ac7d6f1dc53dbae8e99e1a3954d65d418fc2a (patch) | |
tree | 3f2a04be80f23557b42d40f848902c5f54852652 /doc/rainerscript.html | |
parent | 54f41ae512ddd5c5555bcbfa49da56a72d94ad9f (diff) | |
download | rsyslog-c66ac7d6f1dc53dbae8e99e1a3954d65d418fc2a.tar.gz rsyslog-c66ac7d6f1dc53dbae8e99e1a3954d65d418fc2a.tar.bz2 rsyslog-c66ac7d6f1dc53dbae8e99e1a3954d65d418fc2a.zip |
doc: create skeleton for global() config object
Diffstat (limited to 'doc/rainerscript.html')
-rw-r--r-- | doc/rainerscript.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rainerscript.html b/doc/rainerscript.html index 7cbbfa9f..1880cd29 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -51,6 +51,10 @@ 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. +<h2>configuration objects</h2> +<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>Lookup Tables</h2> <p><a href="lookup_tables.html">Lookup tables</a> are a powerful construct to obtain "class" information based on message content (e.g. to build |