Merge pull request #136 from arimus/3c289fe8e53a2b1596b199e2520f291f0c4dddb9

Remove the queue_name param, so that the river plugin will properly send messages
This commit is contained in:
John E. Vincent 2012-05-24 22:04:45 -07:00
commit 025243c6c5

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