jprante / elasticsearch-plugin-bundle

A bundle of useful Elasticsearch plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: `elasticsearch` directory is missing in the plugin zip

hesslau opened this issue · comments

I'm running the line from the install instructions (using ES 5.4.0):

$ /usr/share/elasticsearch/bin/elasticsearch-plugin install http://search.maven.org/remotecontent?filepath=org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0-plugin.zip
-> Downloading http://search.maven.org/remotecontent?filepath=org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0-plugin.zip
[=================================================] 100%   
ERROR: `elasticsearch` directory is missing in the plugin zip

I've had success before installing this bundle using http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0.0-plugin.zip -- but unfortunately xbib.org is down

I know it's been a while since this release, but I need it for an older app. Any suggestions on there I can get a plugin bundle which will install successfully?

Seems that the URL has changed to:

https://repo1.maven.org/maven2/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0.0-plugin.zip

so this works:

/usr/share/elasticsearch/bin/elasticsearch-plugin install https://repo1.maven.org/maven2/org/xbib/elasticsearch/plugin/elasticsearch-plugin-bundle/5.4.0.0/elasticsearch-plugin-bundle-5.4.0.0-plugin.zip