Removed errored CLI flag description

Fixes #11545
This commit is contained in:
andsel 2020-01-29 09:13:21 +01:00 committed by Karen Metts
parent d057e8bae0
commit 0a88578ef1

View file

@ -156,8 +156,7 @@ input {stdin{}} output {stdout{}}
-----
To better identify the offending pipeline, {ls} could separate its logs by pipeline.
To switch on the log per pipeline feature is sufficient to enable `pipeline.separate_logs` in your `logstash.yml`
or passing the `-Dls.pipeline.separate_logs=true` on command line.
Switch on the log per pipeline feature by enabling it, put `pipeline.separate_logs: true` in your `logstash.yml`.
For more complex pipelines, the problem could be caused by a series of plugins in
a specific order. Troubleshooting these pipelines usually requires trial and error.