summaryrefslogtreecommitdiffstats
path: root/doc/imfile.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-06 09:17:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-06 09:17:27 +0200
commitee403c2ad745039add6cd34ec1e9a55aa9d51160 (patch)
tree0d5a6f5463d91a7fa160532e2f3e094590ff4506 /doc/imfile.html
parent06633d3fac69a3d380b36ce728a6f2278561b4bb (diff)
parentffdc33e3f178ad85ba5c2c9f7fcee98b743e9d5e (diff)
downloadrsyslog-ee403c2ad745039add6cd34ec1e9a55aa9d51160.tar.gz
rsyslog-ee403c2ad745039add6cd34ec1e9a55aa9d51160.tar.xz
rsyslog-ee403c2ad745039add6cd34ec1e9a55aa9d51160.zip
Merge branch 'v5-stable-imfile-batches' into v5-devel
Conflicts: ChangeLog configure.ac
Diffstat (limited to 'doc/imfile.html')
-rw-r--r--doc/imfile.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/imfile.html b/doc/imfile.html
index 60726ceb..60bbbeea 100644
--- a/doc/imfile.html
+++ b/doc/imfile.html
@@ -98,9 +98,16 @@ performance, especially when set to a low value. Frequently writing the state
file is very time consuming.
<li><b>$InputFileReadMode</b> [mode]</b><br>
Available in 5.7.5+
+<li><b>$InputFileMaxLinesAtOnce</b> [number]</b><br>
+Available in 5.9.0+
<br>
-Mode to be used when reading lines. 0 (the default) means that each line is forwarded
-as its own log message.
+This is useful if multiple files need to be monitored. If set to 0, each file
+will be fully processed and then processing switches to the next file
+(this was the default in previous versions). If it is set, a maximum of
+[number] lines is processed in sequence for each file, and then the file is
+switched. This provides a kind of mutiplexing the load of multiple files and
+probably leads to a more natural distribution of events when multiple busy files
+are monitored. The default is 10240.
<li>$InputFileBindRuleset &lt;ruleset&gt;<br>
Available in 5.7.5+, 6.1.5+
Binds the listener to a specific <a href="multi_ruleset.html">ruleset</a>.</li>