File tree 1 file changed +4
-4
lines changed
_includes/doc/admin-guide
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Batch size
2
2
3
3
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
5
5
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
7
7
size and time:
8
8
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
10
10
if the number of messages in the batch is less than batch-lines().
11
11
That way the destination receives every message in a timely manner
12
12
even if suddenly there are no more messages.
13
13
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
15
15
the batch reaches batch-bytes() bytes.
16
16
17
17
To increase the performance of the destination, increase the number of
You can’t perform that action at this time.
0 commit comments