Skip to content

Commit 2c43364

Browse files
authored
Doc: Edit documentation for executor_threads (#435)
Bump to v6.2.2
1 parent 8026068 commit 2c43364

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Unreleased
1+
## 6.2.2
22
- Fix: update to Gradle 7 [#432](https://github.com/logstash-plugins/logstash-input-beats/pull/432)
3+
- [DOC] Edit documentation for `executor_threads` [#435](https://github.com/logstash-plugins/logstash-input-beats/pull/435)
34

45
## 6.2.1
56
- Fix: LS failing with `ssl_peer_metadata => true` [#431](https://github.com/logstash-plugins/logstash-input-beats/pull/431)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.1
1+
6.2.2

docs/index.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,14 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
232232
* Default value is 1 executor thread per CPU core
233233

234234
The number of threads to be used to process incoming beats requests.
235-
By default Beats input will create a number of threads equals to 2*CPU cores to handle incoming connections,
236-
reading from the established sockets and execute most of the tasks related to network connection managements,
237-
except the parsing of Lumberjack protocol that's offloaded to a dedicated thread pool.
235+
By default the Beats input creates a number of threads equal to 2*CPU cores.
236+
These threads handle incoming connections, reading from established sockets, and executing most of the tasks related to network connection management.
237+
Parsing the Lumberjack protocol is offloaded to a dedicated thread pool.
238238

239239
Generally you don't need to touch this setting.
240240
In case you are sending very large events and observing "OutOfDirectMemory" exceptions,
241241
you may want to reduce this number to half or 1/4 of the CPU cores.
242-
This will reduce the number of threads decompressing batches of data into direct memory.
242+
This change reduces the number of threads decompressing batches of data into direct memory.
243243
However, this will only be a mitigating tweak, as the proper solution may require resizing your Logstash deployment,
244244
either by increasing number of Logstash nodes or increasing the JVM's Direct Memory.
245245

0 commit comments

Comments
 (0)