From e1b3445ad17260751470c8bcb31c7a13a96ed7fe Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Fri, 15 Oct 2021 15:13:40 -0400 Subject: [PATCH] Doc: Add link to pq info from troubleshooting topic (#13327) Backports #13320 to 7.x Fixes: #13158 Related: #13173 --- docs/static/troubleshoot/ts-logstash.asciidoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/static/troubleshoot/ts-logstash.asciidoc b/docs/static/troubleshoot/ts-logstash.asciidoc index d483a6587..d380eab2d 100644 --- a/docs/static/troubleshoot/ts-logstash.asciidoc +++ b/docs/static/troubleshoot/ts-logstash.asciidoc @@ -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 <> 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