Elasticsearch-linear-regression plugin installation on ES 5.5.2

Hi All,

I have installed Elastic search 5.5.2 and Java 1.8

I am trying to install plugin https://github.com/scaleborn/elasticsearch-linear-regression/releases/download/5.5.2.1/elasticsearch-linear-regression-5.5.2.1.zip

But facing below error .

D:\ES\elasticsearch-5.5.2\bin>elasticsearch-plugin install file:///D:/ES/new/elasticsearch-linear-regression-5.5.2.1.zip
-> Downloading file:///D:/ES/elasticsearch-linear-regression-5.5.2.1.zip
[=================================================] 100%
ERROR: elasticsearch directory is missing in the plugin zip

what might be the cause ?

Thanks in advance!

This is done.

I was facing problem because of proxy issue.

First Download plugin ... https://github.com/scaleborn/elasticsearch-linear-regression

This works!!!
D:\ES\elasticsearch-5.5.2\bin>elasticsearch-plugin install file:///D:/ES/new/elasticsearch-linear-regression-5.5.2.1.zip

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.