Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Cannot install plugin on es 5.0.0 #53

Closed
errm opened this issue Nov 8, 2016 · 1 comment
Closed

Cannot install plugin on es 5.0.0 #53

errm opened this issue Nov 8, 2016 · 1 comment

Comments

@errm
Copy link
Contributor

errm commented Nov 8, 2016

when running

elasticsearch-plugin install io.fabric8/elasticsearch-cloud-kubernetes/5.0.0

as suggested in the documentation I get the following output

A tool for managing installed elasticsearch plugins

Commands
--------
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - Removes a plugin from elasticsearch

Non-option arguments:
command

Option         Description
------         -----------
-h, --help     show help
-s, --silent   show minimal output
-v, --verbose  show verbose output
ERROR: Unknown plugin io.fabric8/elasticsearch-cloud-kubernetes/5.0.0

It seems that elasticsearch is not looking for the plugin correctly...

I can install the plugin correctly by passing the full url of the zip hosted on maven-central

elasticsearch-plugin install http://repo1.maven.org/maven2/io/fabric8/elasticsearch-cloud-kubernetes/5.0.0/elasticsearch-cloud-kubernetes-5.0.0.zip

I guess this might just mean updating the documentation, but I am not really sure if this is a bug in elasticsearch, or something else I overlooked.

@errm
Copy link
Contributor Author

errm commented Nov 8, 2016

Ok I went ahead and took a look at the plugin installer source...

This works as expected...

elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:5.0.0

errm added a commit to errm/elasticsearch-cloud-kubernetes that referenced this issue Nov 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant