elasticsearch-segmentspy icon indicating copy to clipboard operation
elasticsearch-segmentspy copied to clipboard

Elasticsearch 2.0 support

Open athompson-r7 opened this issue 10 years ago • 1 comments

This plugin will not install on Elasticsearch 2.0.

root@elasticsearch-vagrant:/usr/share/elasticsearch-2.0.0/elasticsearch_2.0.0# bin/plugin install polyfractal/elasticsearch-segmentspy -> Installing polyfractal/elasticsearch-segmentspy... Trying https://github.com/polyfractal/elasticsearch-segmentspy/archive/master.zip ... Downloading ..................................................................................................................DONE Verifying https://github.com/polyfractal/elasticsearch-segmentspy/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 root@elasticsearch-vagrant:/usr/share/elasticsearch-2.0.0/elasticsearch_2.0.0#

athompson-r7 avatar Nov 13 '15 16:11 athompson-r7

Had same issue. Download and unpack in pugins folder then create "plugin-descriptor.properties": description=segmentspy version=master site=true name=segmentspy � Restart elastic. Plugin is really beautiful.

Vasdmec avatar Mar 21 '16 19:03 Vasdmec