mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* [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:
parent
3332e28d16
commit
d2240e072c
1 changed files with 3 additions and 3 deletions
6
docs/static/settings-file.asciidoc
vendored
6
docs/static/settings-file.asciidoc
vendored
|
@ -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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue