diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-02 15:29:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-02 15:29:37 +0200 |
commit | 1dee20014346a2f20b0db190cfdd8d9c7f57232e (patch) | |
tree | 50a737c24a24f4ee079d4df12ca3e51178636ec6 /doc/rsyslog_conf_global.html | |
parent | 51882ce4dece319008118f2b7d2fc7d4de4ce244 (diff) | |
download | rsyslog-1dee20014346a2f20b0db190cfdd8d9c7f57232e.tar.gz rsyslog-1dee20014346a2f20b0db190cfdd8d9c7f57232e.tar.xz rsyslog-1dee20014346a2f20b0db190cfdd8d9c7f57232e.zip |
completed ruleset documentation
Diffstat (limited to 'doc/rsyslog_conf_global.html')
-rw-r--r-- | doc/rsyslog_conf_global.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html index 332b6282..03842758 100644 --- a/doc/rsyslog_conf_global.html +++ b/doc/rsyslog_conf_global.html @@ -110,7 +110,8 @@ that no rebind is done. This directive is useful for use with load-balancers.</l <li>$DefaultNetstreamDriverKeyFile </path/to/keyfile.pem></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 -"RSYSLOG_DefaultRuleset"). +"RSYSLOG_DefaultRuleset"). 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> @@ -218,7 +219,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 "RSYSLOG_DefaultRuleset") 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> |