mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
* flow: refactor pipeline refs to keep worker flows separate * health: add worker_utilization probe pipeline is: - RED "completely blocked" when last_5_minutes >= 99.999 - YELLOW "nearly blocked" when last_5_minutes > 95 - and inludes "recovering" info when last_1_minute < 80 - YELLOW "completely blocked" when last_1_minute >= 99.999 - YELLOW "nearly blocked" when last_1_minute > 95 * tests: improve coverage of PipelineIndicator probes * Apply suggestions from code review
32 lines
861 B
Text
32 lines
861 B
Text
[[troubleshooting]]
|
|
== Troubleshooting
|
|
|
|
If you have issues installing or running {ls}, check out these sections:
|
|
|
|
* <<ts-logstash>>
|
|
* <<ts-plugins-general>>
|
|
* <<ts-plugins>>
|
|
|
|
We are adding more troubleshooting tips, so please check back soon.
|
|
|
|
[discrete]
|
|
[[add-tips]]
|
|
=== Contribute tips
|
|
If you have something to add, please:
|
|
|
|
* create an issue at
|
|
https://github.com/elastic/logstash/issues, or
|
|
* create a pull request with your proposed changes at https://github.com/elastic/logstash.
|
|
|
|
[discrete]
|
|
[[discuss]]
|
|
=== Discussion forums
|
|
Also check out the https://discuss.elastic.co/c/logstash[Logstash discussion
|
|
forum].
|
|
|
|
include::ts-logstash.asciidoc[]
|
|
include::ts-plugins-general.asciidoc[]
|
|
include::ts-plugins.asciidoc[]
|
|
include::ts-other-issues.asciidoc[]
|
|
include::health-pipeline-status.asciidoc[]
|
|
include::health-pipeline-flow-worker-utilization.asciidoc[]
|