Skip to content

Commit

Permalink
Minor, added suggestion to switch on the log per pipeline
Browse files Browse the repository at this point in the history
Fixes #11545
  • Loading branch information
andsel authored and karenzone committed Mar 11, 2020
1 parent edc5915 commit 8502224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/static/troubleshooting.asciidoc
Expand Up @@ -155,6 +155,10 @@ For basic pipelines, this configuration could be enough to make the problem show
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.

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.
Start by systematically removing input and output plugins until you're left with
Expand Down

0 comments on commit 8502224

Please sign in to comment.