Skip to content

Commit

Permalink
Update troubleshooting.asciidoc
Browse files Browse the repository at this point in the history
Fixes #11545
  • Loading branch information
karenzone committed Mar 11, 2020
1 parent 0a88578 commit 8c11a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/static/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ 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.
Switch on the log per pipeline feature by enabling it, put `pipeline.separate_logs: true` in your `logstash.yml`.
{ls} can separate logs by pipeline. This feature can help you identify the offending pipeline.
Set `pipeline.separate_logs: true` in your `logstash.yml` to enable the log per pipeline feature.

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.
Expand Down

0 comments on commit 8c11a95

Please sign in to comment.