Doc: Fix list formatting (#13296)

Backports #13294 to 7.x
This commit is contained in:
Karen Metts 2021-10-07 10:15:55 -04:00 committed by GitHub
parent 360e8fca12
commit d7b5e17841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,8 @@ After you run `pqrepair`, restart Logstash to verify that the repair operation w
===== Draining the queue ===== Draining the queue
You may encounter situations where you want to drain 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. * 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. * 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. * 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.