mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Doc: Clarify use of queue max bytes setting (#12341)
Queue max bytes only applies to persistent queues Forwardports: #12334 to 7.x Co-authored-by: rsdrakh <33121848+rsdrakh@users.noreply.github.com>
This commit is contained in:
parent
80db07d36d
commit
0b18b79cce
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ The internal queueing model for event buffering. Options are *memory* for
|
|||
in-memory queueing, or *persisted* for disk-based acknowledged queueing.
|
||||
|
||||
Queue max bytes::
|
||||
The total capacity of the queue.
|
||||
The total capacity of the queue when persistent queues are enabled.
|
||||
|
||||
Queue checkpoint writes::
|
||||
The maximum number of events written before a checkpoint is forced when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue