mirror of
https://github.com/elastic/logstash.git
synced 2025-06-30 02:33:09 -04:00
Restructures troubleshooting docs in preparation for expanding content. Adds info for plugin tracing to help users track down plugins that might be causing problems. Co-authored-by: João Duarte <jsvd@users.noreply.github.com> Fixes: #12228
30 lines
758 B
Text
30 lines
758 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[]
|