mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- use correct argument
This commit is contained in:
parent
657128a1b6
commit
6bb6ed3cc0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class LogStash::Outputs::Elasticsearch < LogStash::Outputs::Base
|
|||
@pending = []
|
||||
@callback = self.method(:receive_native)
|
||||
@client = ElasticSearch::Client.new(:cluster => @cluster,
|
||||
:address => @address, :port => @port)
|
||||
:host => @address, :port => @port)
|
||||
end # def register
|
||||
|
||||
# TODO(sissel): Needs migration to jrubyland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue