Skip to content

Commit

Permalink
Correct default pipeline.workers
Browse files Browse the repository at this point in the history
Correct default pipeline.workers is number of CPU cores, not 8

Fixes elastic#6446
  • Loading branch information
GlenRSmith authored and jsvd committed Dec 20, 2016
1 parent 128c660 commit 8e44786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/command-line-flags.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e44786

Please sign in to comment.