mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
cleanup
This commit is contained in:
parent
b3ceabde60
commit
7e3d1353a3
1 changed files with 1 additions and 1 deletions
|
@ -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 => "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue