Skip to content

Commit 4904975

Browse files
committed
Added product name var to batch-size snippet
Signed-off-by: mrgarris0n <[email protected]>
1 parent f631c3f commit 4904975

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/doc/admin-guide/batch-size.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## Batch size
22

33
The batch-bytes(), batch-lines(), and batch-timeout() options of the
4-
destination determine how many log messages syslog-ng OSE sends in a
4+
destination determine how many log messages {{ site.product.short_name }} sends in a
55
batch. The batch-lines() option determines the maximum number of
6-
messages syslog-ng OSE puts in a batch in. This can be limited based on
6+
messages {{ site.product.short_name }} puts in a batch in. This can be limited based on
77
size and time:
88

9-
- syslog-ng OSE sends a batch every batch-timeout() milliseconds, even
9+
- {{ site.product.short_name }} sends a batch every batch-timeout() milliseconds, even
1010
if the number of messages in the batch is less than batch-lines().
1111
That way the destination receives every message in a timely manner
1212
even if suddenly there are no more messages.
1313

14-
- syslog-ng OSE sends the batch if the total size of the messages in
14+
- {{ site.product.short_name }} sends the batch if the total size of the messages in
1515
the batch reaches batch-bytes() bytes.
1616

1717
To increase the performance of the destination, increase the number of

0 commit comments

Comments
 (0)