diff --git a/CHANGELOG.md b/CHANGELOG.md index 91df1e32..84bc3b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## x.y.z + - [DOC] described `executor_threads` configuration parameter [#421](https://github.com/logstash-plugins/logstash-input-beats/pull/421) + ## 6.1.3 - Fix: safe-guard byte buf allocation [#420](https://github.com/logstash-plugins/logstash-input-beats/pull/420) - Updated Jackson dependencies diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 12822bdd..484c1d3d 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -122,8 +122,8 @@ This plugin supports the following configuration options plus the <> |<>|No | <> |<>|No | <> |<>|No -| <> |<>|No | <> | <>|No +| <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|Yes @@ -171,14 +171,6 @@ The list of ciphers suite to use, listed by priorities. Close Idle clients after X seconds of inactivity. -[id="plugins-{type}s-{plugin}-executor_threads"] -===== `executor_threads` - - * Value type is <> - * Default value is 1 executor thread per CPU core - -The number of parallel executor threads. - [id="plugins-{type}s-{plugin}-ecs_compatibility"] ===== `ecs_compatibility` @@ -192,6 +184,14 @@ The number of parallel executor threads. Refer to <> for detailed information. +[id="plugins-{type}s-{plugin}-executor_threads"] +===== `executor_threads` + + * Value type is <> + * Default value is 1 executor thread per CPU core + +The number of parallel executor threads to be used to process incoming beats requests. + [id="plugins-{type}s-{plugin}-host"] ===== `host`