Skip to content

Commit dca6ad8

Browse files
ismael-hasanSteffen Siering
authored andcommitted
Update default value for flush.timeout and flush.min_events (elastic#7192)
* Update default value for flush.timeout Checking the code, it seems the default `flush.timeout` is `1s` - https://github.com/elastic/beats/blob/v6.2.4/libbeat/publisher/queue/memqueue/config.go#L14-L18 - instead of `0s` . Change needs some dev review to confirm! * Updated default value for flush.min_events flush.min_events setting the default to 2048 * Corrected typo The default `values` is 1s. -> The default `value` is 1s.
1 parent 64f17b3 commit dca6ad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libbeat/docs/queueconfig.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ Minimum number of events required for publishing. If this value is set to 0, the
6767
output can start publishing events without additional waiting times. Otherwise
6868
the output has to wait for more events to become available.
6969

70-
The default value is 0.
70+
The default value is 2048.
7171

7272
[float]
7373
===== `flush.timeout`
7474

7575
Maximum wait time for `flush.min_events` to be fulfilled. If set to 0s, events
7676
will be immediately available for consumption.
7777

78-
The default values is 0s.
78+
The default value is 1s.
7979

8080
[float]
8181
[[configuration-internal-queue-spool]]

0 commit comments

Comments
 (0)