From 1dee20014346a2f20b0db190cfdd8d9c7f57232e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 2 Jul 2009 15:29:37 +0200 Subject: completed ruleset documentation --- doc/rsyslog_conf_global.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/rsyslog_conf_global.html') 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.$DefaultNetstreamDriverKeyFile </path/to/keyfile.pem>
  • $DefaultRuleset name - changes the default ruleset for unbound inputs to the provided name (the default default ruleset is named -"RSYSLOG_DefaultRuleset"). +"RSYSLOG_DefaultRuleset"). It is advised to also read +our paper on using multiple rule sets in rsyslog.
  • $CreateDirs [on/off] - create directories on an as-needed basis
  • $DirCreateMode
  • $DirGroup
  • @@ -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 name 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. +All following actions belong to that new rule set. It is advised to also read +our paper on using multiple rule sets in rsyslog.
  • $OptimizeForUniprocessor [on/off] - 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]
  • -- cgit