lmenezes / elasticsearch-kopf

web admin interface for elasticsearch
MIT License
2.41k stars 332 forks source link

can't install kopf for Elasticsearch 2.4 #383

Open JimHammond opened 8 years ago

JimHammond commented 8 years ago

I get the following error when I try to install kopf like I have always done before I upgraded to Elasticsearch 2.4. I was running in Powershell as administrator.

PS C:\Elastic-Search\elasticsearch-2.4.0> .\bin\plugin install lmenezes/elasticsearch-kopf -> Installing lmenezes/elasticsearch-kopf... Trying https://github.com/lmenezes/elasticsearch-kopf/archive/master.zip ... ERROR: failed to download out of all possible locations..., use --verbose to get detailed information PS C:\Elastic-Search\elasticsearch-2.4.0>

up-town-down commented 8 years ago

Have you tried installing a named version as per #266 and readme? E.g. The 2.0 branch

e.g. ./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/2.0

JimHammond commented 8 years ago

PS C:\Elastic-Search\elasticsearch-2.4.0> .\bin\plugin install lmenezes/elasticsearch-kopf/2.0 -> Installing lmenezes/elasticsearch-kopf/2.0... Trying https://download.elastic.co/lmenezes/elasticsearch-kopf/elasticsearch-kopf-2.0.zip ... Trying https://search.maven.org/remotecontent?filepath=lmenezes/elasticsearch-kopf/2.0/elasticsearch-kopf-2.0.zip ... Trying https://oss.sonatype.org/service/local/repositories/releases/content/lmenezes/elasticsearch-kopf/2.0/elasticsearc h-kopf-2.0.zip ... Trying https://github.com/lmenezes/elasticsearch-kopf/archive/2.0.zip ... Trying https://github.com/lmenezes/elasticsearch-kopf/archive/master.zip ... ERROR: failed to download out of all possible locations..., use --verbose to get detailed information

up-town-down commented 8 years ago

sorry @JimHammond - I was away for few days, I finally managed to try this out with es 2.4.1 and it works fine for me, sorry!

D:\udt\Downloads\elasticsearch-2.4.1\elasticsearch-2.4.1>.\bin\plugin install lmenezes/elasticsearch-kopf/2.0 -> Installing lmenezes/elasticsearch-kopf/2.0... Plugins directory [D:\udt\Downloads\elasticsearch-2.4.1\elasticsearch-2.4.1\plugins] does not exist. Creating... Trying https://download.elastic.co/lmenezes/elasticsearch-kopf/elasticsearch-kopf-2.0.zip ... Trying https://search.maven.org/remotecontent?filepath=lmenezes/elasticsearch-kopf/2.0/elasticsearch-kopf-2.0.zip ... Trying https://oss.sonatype.org/service/local/repositories/releases/content/lmenezes/elasticsearch-kopf/2.0/elasticsearch-kopf-2.0.zip ... Trying https://github.com/lmenezes/elasticsearch-kopf/archive/2.0.zip ... Downloading .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE Verifying https://github.com/lmenezes/elasticsearch-kopf/archive/2.0.zip checksums if available ... NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify) Installed kopf into D:\udt\Downloads\elasticsearch-2.4.1\elasticsearch-2.4.1\plugins\kopf

up-town-down commented 8 years ago

works for 2.4.0 as well

lmenezes commented 8 years ago

@JimHammond can you directly curl ' https://github.com/lmenezes/elasticsearch-kopf/archive/2.0.zip'? seems more like a network issue than an ES/kopf issue.