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

Allow ./bin/plugin to install plugins from the local filesystem / custom url #595

Closed
harryf opened this issue Jan 4, 2011 · 2 comments
Closed

Comments

@harryf
Copy link

harryf commented Jan 4, 2011

Allow to install plugins from a custom location (url or file location). For example, to install the output of a gradle release run, one can use (assuming extracted under build/distributions):

 build/distributions/elasticsearch-0.15.0-SNAPSHOT/bin/plugin -url build/distributions/plugins/ -install lang-groovy

The -url parameter accepts either a file based location, or a url. For file based location, the structure supported is either a flat dir with the plugin(s) there, or a plugin-name/plugin-file structure.

Note, this is a breaking change since now one can only list a single plugin name in -install, though it can be repeated several times to install several plugins in a single command.

@kimchy
Copy link
Member

kimchy commented Jan 6, 2011

Allow ./bin/plugin to install plugins from the local filesystem / custom url, closed by 26c5f6c.

@harryf
Copy link
Author

harryf commented Jan 6, 2011

Many thanks!

tallpsmith pushed a commit to tallpsmith/elasticsearch that referenced this issue May 5, 2011
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
Fix recorder and merger volume names for resizing

Approved-by: Marlon Jackson
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants