mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- don't make 'exchange' required until 'name' is fully removed
This commit is contained in:
parent
e1a9d5eb0c
commit
b116d2b766
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class LogStash::Outputs::Amqp < LogStash::Outputs::Base
|
|||
config :name, :validate => :string, :deprecated => true
|
||||
|
||||
# The name of the exchange
|
||||
config :exchange, :validate => :string, :required => true
|
||||
config :exchange, :validate => :string # TODO(sissel): Make it required when 'name' is gone
|
||||
|
||||
# Key to route to by default. Defaults to 'logstash'
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue