diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 19:01:05 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 19:01:05 +0200 |
commit | 0dc56f1426315854c09e78b37104ed1e818a75bb (patch) | |
tree | 1a19c51f46ee63768760eb31fe6c1812c666c8cb /doc/imtcp.html | |
parent | 9602d83730803899965e0bad780bc4b5a09adae2 (diff) | |
download | rsyslog-0dc56f1426315854c09e78b37104ed1e818a75bb.tar.gz rsyslog-0dc56f1426315854c09e78b37104ed1e818a75bb.tar.bz2 rsyslog-0dc56f1426315854c09e78b37104ed1e818a75bb.zip |
imtcp: support for Linux-Type ratelimiting added
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r-- | doc/imtcp.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html index 01ea2802..4bda46ba 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -17,10 +17,6 @@ Encryption is natively provided by selecting the approprioate network stream driver and can also be provided by using <a href="rsyslog_stunnel.html">stunnel</a> (an alternative is the use the <a href="imgssapi.html">imgssapi</a> module).</p> -<p>Multiple receivers may be configured by specifying -$InputTCPServerRun multiple times. This is available since version 4.3.1, earlier -versions do NOT support it. -</p> <p><b>Configuration Directives</b>:</p> <p><b>Global Directives</b>:</p> @@ -100,6 +96,13 @@ activated. This is the default and should be left unchanged until you know very well what you do. It may be useful to turn it off, if you know this framing is not used and some senders emit multi-line messages into the message stream. </li> +<li><b>RateLimit.Interval</b> [number] - (available since 7.3.1) specifies the rate-limiting +interval in seconds. Default value is 0, which turns off rate limiting. Set it to a number +of seconds (5 recommended) to activate rate-limiting. +</li> +<li><b>RateLimit.Burst</b> [number] - (available since 7.3.1) specifies the rate-limiting +burst in number of messages. Default is 10,000. +</li> </ul> <b>Caveats/Known Bugs:</b> <ul> |