mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
remove failing queue_name param, since th amqp output module doesn't use it
This commit is contained in:
parent
12fb34989a
commit
3c289fe8e5
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ class LogStash::Outputs::ElasticSearchRiver < LogStash::Outputs::Base
|
|||
"user" => [@user],
|
||||
"password" => [@password],
|
||||
"exchange_type" => [@exchange_type],
|
||||
"queue_name" => [@name],
|
||||
"name" => [@exchange],
|
||||
"key" => [@key],
|
||||
"vhost" => [@vhost],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue