remove failing queue_name param, since th amqp output module doesn't use it

This commit is contained in:
David Castro 2012-04-05 13:50:21 -07:00
parent 12fb34989a
commit 3c289fe8e5

View file

@ -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],