diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 94bbe59d10d1..531eb6c7df97 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -22,6 +22,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di - Update go-ucfg library to support top level key reference and cyclic key reference for the keystore {pull}6098[6098] - De dot keys of labels and annotations in kubernetes meta processors to prevent collisions. {pull}6203[6203] +- The default value for pipelining is reduced to 2 to avoid high memory in the Logstash beats input. {pull}6250[6250] *Auditbeat* diff --git a/libbeat/docs/outputconfig.asciidoc b/libbeat/docs/outputconfig.asciidoc index 02d4de56beb5..04c7ba83fa88 100644 --- a/libbeat/docs/outputconfig.asciidoc +++ b/libbeat/docs/outputconfig.asciidoc @@ -457,7 +457,7 @@ output.logstash: Configures number of batches to be sent asynchronously to logstash while waiting for ACK from logstash. Output only becomes blocking once number of `pipelining` batches have been written. Pipelining is disabled if a values of 0 is -configured. The default value is 5. +configured. The default value is 2. [[port]] ===== `port`