lukas-vlcek/bigdesk

why i can't find plugin-descriptor.properties in this branch

selfchanger opened this issue · 8 comments

hi,i'm using elasticsearch and i want to watch it's states,howerve,after i install elasticsearch,when i use command:plugin install lukas-vlcek/bigdesk ,i get an error like this:
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
and i can't find this file ,so i wonder why this file was not included,do you miss or delete it?

thanks to #76 ,he also found this problem,but his plugin-descriptor.properties seems can't work,i still can't start my elasticsearch,so i change this file as follows:
description=bigdesk - Live charts and statistics for Elasticsearch cluster.
version=master
site=true
name=bigdesk
then i succeed

This is still an issue with the latest elastic(2.1.1-1)

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

Seems like the issue is fixed, but still not merged. I have modified the code to work on elasticsearch 2.2.0 and kept it at https://github.com/jayant2014/bigdesk

It is tested with 2.2.0 and works fine.

Hello @jayant2014,

I tried with plugin install https://github.com/jayant2014/bigdesk/archive/master.zip and it doesn't work for me on ES 2.2.1. Do I need to do something specific to get it work on 2.2.1 ?

I just tried on 2.2.0 and got the same issue.

I'm running into #61

Thanks.

@nsphung This worked for me.

bin/plugin install jayant2014/bigdesk

bin/plugin install jayant2014/bigdesk installed fine, but is not working. When I access http://host:9200/_plugin/bigdesk/, I receive the error "Bigdesk may not work correctly! Found ES node version: 2.3.3Requires ES node version: >= 1.0.0.RC1". I am testing with a single node.

I'm running into #61 as well.

I have modified bigdesk code to be compatible with elasticsearch 2.x
https://github.com/nishantsaini/bigdesk
Hope this helps

I am archiving this repository now. Thanks for contributions.