diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 14:45:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 14:45:43 +0200 |
commit | eae62ad151252c79fcd3350f1a95fa8c9ddbf505 (patch) | |
tree | 2ce3642aae683dcfe4b17fc67eca25262dd3a031 /doc/rainerscript.html | |
parent | 3627d8fc1cc0c37d2d974420aae3d75380ca095e (diff) | |
download | rsyslog-eae62ad151252c79fcd3350f1a95fa8c9ddbf505.tar.gz rsyslog-eae62ad151252c79fcd3350f1a95fa8c9ddbf505.tar.bz2 rsyslog-eae62ad151252c79fcd3350f1a95fa8c9ddbf505.zip |
doc: add version requirement for main_queue() object
Diffstat (limited to 'doc/rainerscript.html')
-rw-r--r-- | doc/rainerscript.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rainerscript.html b/doc/rainerscript.html index 8548f79b..d1d9f0a2 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -36,6 +36,7 @@ concatenate them, use the concatenation operator &). script interpreter when there is need to do so.<br> <h2>configuration objects</h2> <h3>main_queue()</h3> +<p><i>This object is available since 7.5.3.</i> This permits to specify parameters for the main message queue. Note that only <a href="queue_parameters.html">queue-parameters</a> are permitted for this config object. This permits to set the same options like in ruleset and action |