summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_global.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-02 17:18:43 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-02 17:18:43 +0200
commit90ed676c54c05cc87f0dbde96447abc8efc166d8 (patch)
tree06bba2fa1e6fd8e5ed70c13657f8c17ccd07a65a /doc/rsyslog_conf_global.html
parente9c659c1578a114fa6e0d9cdf2729b60ba078a91 (diff)
parentb37a1eb0f8422102c11c597f15139d64c2d51c13 (diff)
downloadrsyslog-90ed676c54c05cc87f0dbde96447abc8efc166d8.tar.gz
rsyslog-90ed676c54c05cc87f0dbde96447abc8efc166d8.tar.xz
rsyslog-90ed676c54c05cc87f0dbde96447abc8efc166d8.zip
Merge branch 'master' into v5-devel
Conflicts: ChangeLog configure.ac doc/manual.html
Diffstat (limited to 'doc/rsyslog_conf_global.html')
-rw-r--r--doc/rsyslog_conf_global.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html
index 9a6d58dd..2371c4ae 100644
--- a/doc/rsyslog_conf_global.html
+++ b/doc/rsyslog_conf_global.html
@@ -111,7 +111,8 @@ that no rebind is done. This directive is useful for use with load-balancers.</l
<li>$DefaultNetstreamDriverKeyFile &lt;/path/to/keyfile.pem&gt;</li>
<li><b>$DefaultRuleset</b> <i>name</i> - changes the default ruleset for unbound inputs to
the provided <i>name</i> (the default default ruleset is named
-&quot;RSYSLOG_DefaultRuleset&quot;).
+&quot;RSYSLOG_DefaultRuleset&quot;). It is advised to also read
+our paper on <a href="multi_ruleset.html">using multiple rule sets in rsyslog</a>.</li>
<li><b>$CreateDirs</b> [<b>on</b>/off] - create directories on an as-needed basis</li>
<li><a href="rsconf1_dircreatemode.html">$DirCreateMode</a></li>
<li><a href="rsconf1_dirgroup.html">$DirGroup</a></li>
@@ -220,7 +221,8 @@ large enough for the whole message. (Introduced with 4.1.5). Once set, it affect
All following actions belong to that new rule set.
the <i>name</i> does not yet exist, it is created. To swith back to rsyslog's
default ruleset, specify &quot;RSYSLOG_DefaultRuleset&quot;) as the name.
-All following actions belong to that new rule set.</li>
+All following actions belong to that new rule set. It is advised to also read
+our paper on <a href="multi_ruleset.html">using multiple rule sets in rsyslog</a>.</li>
<li><b>$OptimizeForUniprocessor</b> [on/<b>off</b>] - turns on optimizatons which lead to better
performance on uniprocessors. If you run on multicore-machiens, turning this off lessens CPU load. The
default may change as uniprocessor systems become less common. [available since 4.1.0]</li>