Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.0
Description
On ElasticsearchInterpreter.java there is a conditionnal on elasticsearch.client.type.
When http is set, class HttpBaseClient is call.
Inside getUrl method there is the following code:
buffer.append("http://").append(host)... //line 105
Maybe it should be better to get value coming from propertie value elasticsearch.client.type ?