Doc: Update settings file doc to call out queue type (#14127) (#14135)

* [DOCS] Added a few missing "(`queue.type: persisted`)" to a few of the logstash.yml.
* [DOCS] Moved a few of the queue_type persisted indicators.
(cherry picked from commit a6e418adf7)

Co-authored-by: Nicole Albee <2642763+a03nikki@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-05-19 21:13:08 -04:00 committed by GitHub
parent 3332e28d16
commit d2240e072c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ Values other than `disabled` are currently considered BETA, and may produce unin
| 0 (unlimited) | 0 (unlimited)
| `queue.max_bytes` | `queue.max_bytes`
| The total capacity of the queue in number of bytes. Make sure the capacity of your disk drive is greater than the value you specify here. If both `queue.max_events` and `queue.max_bytes` are specified, Logstash uses whichever criteria is reached first. | The total capacity of the queue (`queue.type: persisted`) in number of bytes. Make sure the capacity of your disk drive is greater than the value you specify here. If both `queue.max_events` and `queue.max_bytes` are specified, Logstash uses whichever criteria is reached first.
| 1024mb (1g) | 1024mb (1g)
| `queue.checkpoint.acks` | `queue.checkpoint.acks`
@ -219,11 +219,11 @@ Values other than `disabled` are currently considered BETA, and may produce unin
| 1024 | 1024
| `queue.checkpoint.retry` | `queue.checkpoint.retry`
| When enabled, Logstash will retry four times per attempted checkpoint write for any checkpoint writes that fail. Any subsequent errors are not retried. This is a workaround for failed checkpoint writes that have been seen only on Windows platform, filesystems with non-standard behavior such as SANs and is not recommended except in those specific circumstances. | When enabled, Logstash will retry four times per attempted checkpoint write for any checkpoint writes that fail. Any subsequent errors are not retried. This is a workaround for failed checkpoint writes that have been seen only on Windows platform, filesystems with non-standard behavior such as SANs and is not recommended except in those specific circumstances. (`queue.type: persisted`)
| `true` | `true`
| `queue.drain` | `queue.drain`
| When enabled, Logstash waits until the persistent queue is drained before shutting down. | When enabled, Logstash waits until the persistent queue (`queue.type: persisted`) is drained before shutting down.
| `false` | `false`
| `dead_letter_queue.enable` | `dead_letter_queue.enable`