mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
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:
commit
025243c6c5
1 changed files with 0 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue