Skip to content

Commit

Permalink
Update docs/index.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: Karen Metts <[email protected]>
  • Loading branch information
111andre111 and karenzone committed Aug 10, 2021
1 parent 2031b59 commit ba30079
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
* Default value is 1 executor thread per CPU core

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

Generally you don't need to touch this setting.
In case you are sending very large events and observing "OutOfDirectMemory" exceptions,
Expand Down Expand Up @@ -374,4 +374,3 @@ The minimum TLS version allowed for the encrypted connections. The value must be
include::{include_path}/{type}.asciidoc[]

:default_codec!:

0 comments on commit ba30079

Please sign in to comment.