Skip to content

Commit

Permalink
Merge pull request #61 from sulthonzh/patch-1
Browse files Browse the repository at this point in the history
batch_size, :avlidate ==> batch_size, :validate
  • Loading branch information
phutchins authored May 4, 2017
2 parents 978c06d + 1ad2dcd commit 097cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/inputs/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LogStash::Inputs::MongoDB < LogStash::Inputs::Base
# Any table to exclude by name
config :exclude_tables, :validate => :array, :default => []

config :batch_size, :avlidate => :number, :default => 30
config :batch_size, :validate => :number, :default => 30

config :since_table, :validate => :string, :default => "logstash_since"

Expand Down

0 comments on commit 097cc9b

Please sign in to comment.