From d7b5e1784104ed7d7c706883c70c46bdeadfd72e Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Thu, 7 Oct 2021 10:15:55 -0400 Subject: [PATCH] Doc: Fix list formatting (#13296) Backports #13294 to 7.x --- docs/static/persistent-queues.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/static/persistent-queues.asciidoc b/docs/static/persistent-queues.asciidoc index 5b8f3e75c..62e0ea8d2 100644 --- a/docs/static/persistent-queues.asciidoc +++ b/docs/static/persistent-queues.asciidoc @@ -234,7 +234,8 @@ After you run `pqrepair`, restart Logstash to verify that the repair operation w ===== Draining the queue You may encounter situations where you want to drain the queue. -Examples include: +Examples include: + * Pausing new ingestion. There may be situations where you want to stop new ingestion, but still keep a backlog of data. * PQ repair. You can drain the queue to route to a different PQ while repairing an old one. * Data or workflow migration. If you are moving off a disk/hardware and/or migrating to a new data flow, you may want to drain the existing queue.