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!