diff options
Diffstat (limited to 'doc/queue_parameters.html')
-rw-r--r-- | doc/queue_parameters.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/queue_parameters.html b/doc/queue_parameters.html index 83eae5d3..f2af7598 100644 --- a/doc/queue_parameters.html +++ b/doc/queue_parameters.html @@ -4,6 +4,13 @@ <body> <a href="rsyslog_conf_global.html">back</a> <p><h2>General Queue Parameters</h2></p> +<p>Queue parameters can be used together with the following statements: +<ul> +<li><a href="rsyslog_conf_actions.html">action()</a> +<li>ruleset()</a> +<li>main_queue()</a> +</ul> +<p> Queues need to be configured in the action or ruleset it should affect. If nothing is configured, default values will be used. Thus, the default ruleset has only the default main queue. Specific Action queues are not set up by default.</p> |