aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSuyog Rao <suyog.rao@gmail.com>2016-12-01 17:12:35 -0800
committerSuyog Rao <suyog.rao@gmail.com>2016-12-01 20:13:51 -0500
commita566908a8489ff72063f8faad686573f191b4437 (patch)
tree08f93ccbf617a4a18386c85d986094222527a4bf /config
parentd42a82eb08f1e9cee10e0e3e5259aadb813098e0 (diff)
specify max_events relation as well
Fixes #6343
Diffstat (limited to 'config')
-rw-r--r--config/logstash.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/logstash.yml b/config/logstash.yml
index 3025b7d4..573e7e0f 100644
--- a/config/logstash.yml
+++ b/config/logstash.yml
@@ -110,7 +110,8 @@
# If using queue.type: persisted, the total capacity of the queue in number of bytes.
# If you would like more unacked events to be buffered in Logstash, you can increase the
# capacity using this setting. Please make sure your disk drive has capacity greater than
-# the size specified here.
+# the size specified here. If both max_bytes and max_events are specified, Logstash will pick
+# whichever criteria is reached first
# Default is 1024mb or 1gb
#
# queue.max_bytes: 1024mb