Fixed Issue #1009. Renamed name parameter to exchange in elasticsearch_river parameter dictionary

This commit is contained in:
Andrew Rowson 2013-04-19 22:50:25 +01:00
parent c16d38f4c4
commit 6757b075a1

View file

@ -114,7 +114,7 @@ class LogStash::Outputs::ElasticSearchRiver < LogStash::Outputs::Base
"user" => [@user],
"password" => [@password],
"exchange_type" => [@exchange_type],
"name" => [@exchange],
"exchange" => [@exchange],
"key" => [@key],
"vhost" => [@vhost],
"durable" => [@durable.to_s],