Remove pipeline.output.workers setting from the docs

Fixes #8562
This commit is contained in:
DeDe Morton 2017-10-31 16:30:07 -07:00
parent 1343a1e5f0
commit 724747b5d1

View file

@ -83,10 +83,6 @@ The `logstash.yml` file includes the following settings:
CPU is not saturated, consider increasing this number to better utilize machine processing power.
| Number of the host's CPU cores
| `pipeline.output.workers`
| The number of workers to use per output plugin instance.
| `1`
| `pipeline.batch.size`
| The maximum number of events an individual worker thread will collect from inputs
before attempting to execute its filters and outputs.