Cant install big desk plugin as plugin-descriptor.properties in plugin zip is missing
narendraalla opened this issue ยท 16 comments
Hi Team,
I am trying to install big desk plugin to evaluate for my elastic search, and below is the error I am getting
user@localhost:/usr/share/elasticsearch/bin$ sudo ./plugin install lukas-vlcek/bigdesk/2.5.0
-> Installing lukas-vlcek/bigdesk/2.5.0...
Trying https://download.elastic.co/lukas-vlcek/bigdesk/bigdesk-2.5.0.zip ...
Trying https://search.maven.org/remotecontent?filepath=lukas-vlcek/bigdesk/2.5.0/bigdesk-2.5.0.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/lukas-vlcek/bigdesk/2.5.0/bigdesk-2.5.0.zip ...
Trying https://github.com/lukas-vlcek/bigdesk/archive/2.5.0.zip ...
Trying https://github.com/lukas-vlcek/bigdesk/archive/master.zip ...
Downloading ....................................................................................................................................................................................................................................DONE
Verifying https://github.com/lukas-vlcek/bigdesk/archive/master.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip
Please guide me on how to fix this issue.
same here
#./bin/plugin install lukas-vlcek/bigdesk/2.4.0
-> Installing lukas-vlcek/bigdesk/2.4.0...
Trying https://download.elastic.co/lukas-vlcek/bigdesk/bigdesk-2.4.0.zip ...
Trying https://search.maven.org/remotecontent?filepath=lukas-vlcek/bigdesk/2.4.0/bigdesk-2.4.0.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/lukas-vlcek/bigdesk/2.4.0/bigdesk-2.4.0.zip ...
Trying https://github.com/lukas-vlcek/bigdesk/archive/2.4.0.zip ...
Trying https://github.com/lukas-vlcek/bigdesk/archive/master.zip ...
Downloading .........................................................................................................................................................................................................................................................DONE
Verifying https://github.com/lukas-vlcek/bigdesk/archive/master.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip
elasticsearch version:
version: {
number: "2.3.1",
build_hash: "bd980929010aef404e7cb0843e61d0665269fc39",
build_timestamp: "2016-04-04T12:25:05Z",
build_snapshot: false,
lucene_version: "5.5.0"
},```
+1
Same Problem here.
My es Version
{
"name" : "Dust",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.3.3",
"build_hash" : "218bdf10790eef486ff2c41a3df5cfa32dadcfde",
"build_timestamp" : "2016-05-17T15:40:04Z",
"build_snapshot" : false,
"lucene_version" : "5.5.0"
},
"tagline" : "You Know, for Search"
}
+1
+1.
ES 2.3.0 here. AFAIK, the properties file is mandatory in 2.3.0 onwards. :S
+1 I am using ES 2.3.3. Same error as @narendraalla
+1, on the new elasticsearch 2.4.0
+1
any solution?
+1 on 2.4.1
any solution?
Hi Team any update on this issue?
+1
I have modified bigdesk code to be compatible with elasticsearch 2.x
https://github.com/nishantsaini/bigdesk
Hope this helps
hard to install and make me confuse
What is the issue that you are facing?
I am archiving this repository now. Thanks for contributions.