mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* bring back the details of PQ size checking
(cherry picked from commit 205cf43213
)
Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
This commit is contained in:
parent
d2240e072c
commit
94b5f982c8
1 changed files with 4 additions and 0 deletions
4
docs/static/persistent-queues.asciidoc
vendored
4
docs/static/persistent-queues.asciidoc
vendored
|
@ -56,6 +56,10 @@ queue will be sized at the value of `queue.max_bytes` specified in
|
||||||
`logstash.yml`.
|
`logstash.yml`.
|
||||||
The default is 1024mb (1gb).
|
The default is 1024mb (1gb).
|
||||||
+
|
+
|
||||||
|
NOTE: Be sure that your disk has sufficient capacity to handle the cumulative total of `queue.max_bytes` across all persistent queues.
|
||||||
|
The total of `queue.max_bytes` for _all_ queues should be
|
||||||
|
lower than the capacity of your disk.
|
||||||
|
+
|
||||||
TIP: If you are using persistent queues to protect against data loss, but don't
|
TIP: If you are using persistent queues to protect against data loss, but don't
|
||||||
require much buffering, you can set `queue.max_bytes` to a smaller value.
|
require much buffering, you can set `queue.max_bytes` to a smaller value.
|
||||||
A smaller value produces smaller queues and improves queue performance.
|
A smaller value produces smaller queues and improves queue performance.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue