mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Typo
This commit is contained in:
parent
c6f2701d76
commit
fbbf548643
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue