mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Doc: Add link to pq info from troubleshooting topic (#13327)
Backports #13320 to 7.x Fixes: #13158 Related: #13173
This commit is contained in:
parent
26e01b8b50
commit
e1b3445ad1
1 changed files with 12 additions and 1 deletions
13
docs/static/troubleshoot/ts-logstash.asciidoc
vendored
13
docs/static/troubleshoot/ts-logstash.asciidoc
vendored
|
@ -73,6 +73,18 @@ prevent Logstash from starting on Java 8.
|
|||
to share, please comment in the
|
||||
https://github.com/elastic/logstash/issues/10496[issue].
|
||||
|
||||
[[ts-pqs]]
|
||||
==== Troubleshooting persistent queues
|
||||
|
||||
Symptoms of persistent queue problems include {ls} or one or more pipelines not starting successfully, accompanied by an error message similar to this one.
|
||||
|
||||
```
|
||||
message=>"java.io.IOException: Page file size is too small to hold elements"
|
||||
```
|
||||
|
||||
See the <<troubleshooting-pqs,troubleshooting information>> in the persistent
|
||||
queue section for more information on remediating problems with persistent queues.
|
||||
|
||||
|
||||
[[ts-ingest]]
|
||||
==== Data ingestion
|
||||
|
@ -142,7 +154,6 @@ troubleshooting tips to share, 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.
|
||||
|
||||
|
||||
[[ts-pipeline-logging-level-performance]]
|
||||
==== Logging level can affect performances
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue