Doc: Add link to pq info from troubleshooting topic (#13327)

Backports #13320 to 7.x
Fixes: #13158
Related: #13173
This commit is contained in:
Karen Metts 2021-10-15 15:13:40 -04:00 committed by GitHub
parent 26e01b8b50
commit e1b3445ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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