Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch 2.0 support #15

Open
athompson-r7 opened this issue Nov 13, 2015 · 2 comments
Open

Elasticsearch 2.0 support #15

athompson-r7 opened this issue Nov 13, 2015 · 2 comments

Comments

@athompson-r7
Copy link

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 xyu/elasticsearch-whatson
-> Installing xyu/elasticsearch-whatson...
Trying https://github.com/xyu/elasticsearch-whatson/archive/master.zip ...
Downloading .....................................................................................................................................................................................................................................................................................DONE
Verifying https://github.com/xyu/elasticsearch-whatson/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#

@ebuildy
Copy link

ebuildy commented Feb 19, 2016

It has been fixed, but _status endpoint does not exist any more.

@brommer
Copy link

brommer commented Feb 23, 2016

Hi,

I am using elasticsearch version 2.2.0 and have an issue when calling the plugin via /_plugin/whatson/ by receving the response:
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No feature for name [whatson]"}],"type":"illegal_argument_exception","reason":"No feature for name [whatson]"},"status":400}

I can see that the plugin is loaded by calling _nodes?pretty=true:
"plugins" : [ { "name" : "whatson", "version" : "0.1.3", "description" : "Elasticsearch Whatson", "url" : "/_plugin/whatson/", "jvm" : false, "site" : true } ],

Is this related to the missing _status endpoint?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants