This commit is contained in:
Nick Ethier 2011-08-18 14:21:43 -06:00
parent b3ceabde60
commit 7e3d1353a3

View file

@ -30,7 +30,7 @@ class LogStash::Outputs::Amqp < LogStash::Outputs::Base
config :name, :validate => :string, :required => true
# Key to route to
config :key, :validate => :string#, :default => ""
config :key, :validate => :string
# The vhost to use
config :vhost, :validate => :string, :default => "/"