- fix incorrect documentation (LOGSTASH-865)

This commit is contained in:
Jordan Sissel 2013-01-21 10:53:58 -08:00
parent 741bac0327
commit 8ca736c155

View file

@ -43,7 +43,6 @@ class LogStash::Outputs::Loggly < LogStash::Outputs::Base
config :key, :validate => :string, :required => true
# Should the log action be sent over https instead of plain http
# Defaults to https
config :proto, :validate => :string, :default => "http"
public