mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fixed Issue #1009. Renamed name parameter to exchange in elasticsearch_river parameter dictionary
This commit is contained in:
parent
c16d38f4c4
commit
6757b075a1
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue