[
https://issues.apache.org/jira/browse/METRON-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15705928#comment-15705928
]
ASF GitHub Bot commented on METRON-595:
---------------------------------------
GitHub user JonathanRider opened a pull request:
https://github.com/apache/incubator-metron/pull/377
METRON-595: ES Writer uses more than one IP
Simple fix. Before, the client was reinitialzed for each ip, so only one
was actually used. By initialing the client outside the loop, it uses all of
the ip's.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JonathanRider/incubator-metron master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/377.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #377
----
commit 24ac29f09daccf98b5608c696d320b68d7e16379
Author: Rider,Jonathan <[email protected]>
Date: 2016-11-29T17:23:50Z
METRON-595 ES Writer uses more than one ip
----
> Elasticsearch Writer only uses One IP Address
> ---------------------------------------------
>
> Key: METRON-595
> URL: https://issues.apache.org/jira/browse/METRON-595
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.3.0
> Reporter: Jonathan Rider
> Priority: Minor
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The ES writer can take in a comma separated list of ip:port values, but when
> the writer is initialized, it only uses one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)