lib/logstash/outputs/email.rb in logstash-output-email-0.1.2 vs lib/logstash/outputs/email.rb in logstash-output-email-0.1.3
- old
+ new
@@ -5,10 +5,9 @@
# Send email when an output is received. Alternatively, you may include or
# exclude the email output execution using conditionals.
class LogStash::Outputs::Email < LogStash::Outputs::Base
config_name "email"
- milestone 1
# This setting is deprecated in favor of Logstash's "conditionals" feature
# If you were using this setting previously, please use conditionals instead.
#
# If you need help converting your older `match` setting to a conditional,