mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #291 from jamtur01/matchrequired
The match option is required for the email output plugin
This commit is contained in:
commit
ac1322e7b8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class LogStash::Outputs::Email < LogStash::Outputs::Base
|
|||
|
||||
# the registered fields that we want to monitor
|
||||
# A hash of matches of field => value
|
||||
config :match, :validate => :hash
|
||||
config :match, :validate => :hash, :required => true
|
||||
|
||||
# the To address setting - fully qualified email address to send to
|
||||
config :to, :validate => :string, :required => true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue