Skip to content

Commit ba30079

Browse files
Update docs/index.asciidoc
Co-authored-by: Karen Metts <[email protected]>
1 parent 2031b59 commit ba30079

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/index.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ 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,
@@ -374,4 +374,3 @@ The minimum TLS version allowed for the encrypted connections. The value must be
374374
include::{include_path}/{type}.asciidoc[]
375375

376376
:default_codec!:
377-

0 commit comments

Comments
 (0)