mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Incorrect comment for routing keys
This commit is contained in:
parent
46238da401
commit
163356dbdb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class LogStash::Outputs::Amqp < LogStash::Outputs::Base
|
|||
|
||||
# Key to route to by default. Defaults to 'logstash'
|
||||
#
|
||||
# * Routing keys are ignored on topic exchanges.
|
||||
# * Routing keys are ignored on fanout exchanges.
|
||||
config :key, :validate => :string, :default => "logstash"
|
||||
|
||||
# The vhost to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue