Skip to content

Commit

Permalink
queue name param is :name, not :queue
Browse files Browse the repository at this point in the history
  • Loading branch information
fetep committed Feb 22, 2012
1 parent 6e7860d commit 0c61374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/outputs/elasticsearch_river.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def prepare_river
"user" => [@user],
"password" => [@password],
"exchange_type" => ["direct"],
"queue_name" => [@queue],
"queue_name" => [@name],
"name" => [@exchange],
"key" => [@key],
"vhost" => [@vhost],
Expand Down

0 comments on commit 0c61374

Please sign in to comment.