This commit is contained in:
kjoconnor 2011-05-17 13:35:41 -07:00
parent c6f2701d76
commit fbbf548643

View file

@ -15,7 +15,7 @@ class LogStash::Outputs::Mongodb < LogStash::Outputs::Base
config :database, :validate => :string, :required => true
# The collection to use. This value can use %{foo} values to dynamically
# select a collection based on data in th eevent.
# select a collection based on data in the event.
config :collection, :validate => :string, :required => true
public