mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Correct default pipeline.workers
Correct default pipeline.workers is number of CPU cores, not 8 Fixes #6446
This commit is contained in:
parent
5a16cb3526
commit
c5374faa1a
1 changed files with 1 additions and 1 deletions
2
docs/static/command-line-flags.asciidoc
vendored
2
docs/static/command-line-flags.asciidoc
vendored
|
@ -46,7 +46,7 @@ With this command, Logstash concatenates three config files, `/tmp/one`, `/tmp/t
|
|||
Sets the number of pipeline workers to run. This option sets the number of workers that will,
|
||||
in parallel, execute the filter and output stages of the pipeline. If you find that events are
|
||||
backing up, or that the CPU is not saturated, consider increasing this number to better utilize
|
||||
machine processing power. The default is 8.
|
||||
machine processing power. The default is the number of the host's CPU cores.
|
||||
|
||||
*`-b, --pipeline.batch.size SIZE`*::
|
||||
Size of batches the pipeline is to work in. This option defines the maximum number of events an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue