From bcafff4e8e980bd8611b1e66558b92a8c98fbf7a Mon Sep 17 00:00:00 2001 From: Suyog Rao Date: Thu, 3 Mar 2016 16:06:02 -0800 Subject: [PATCH] Increase the default batching to 100 events --- lib/logstash/inputs/redis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logstash/inputs/redis.rb b/lib/logstash/inputs/redis.rb index aee6a56..cbed698 100644 --- a/lib/logstash/inputs/redis.rb +++ b/lib/logstash/inputs/redis.rb @@ -56,7 +56,7 @@ module LogStash module Inputs class Redis < LogStash::Inputs::Threadable config :data_type, :validate => [ "list", "channel", "pattern_channel" ], :required => false # The number of events to return from Redis using EVAL. - config :batch_count, :validate => :number, :default => 1 + config :batch_count, :validate => :number, :default => 100 public # public API