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

Make withPlugins work for installing any plugins #10

Open
hakanai opened this issue May 31, 2017 · 1 comment
Open

Make withPlugins work for installing any plugins #10

hakanai opened this issue May 31, 2017 · 1 comment

Comments

@hakanai
Copy link

hakanai commented May 31, 2017

There are 3 plugins I would have liked to install into Elasticsearch before it starts up, but withPlugins appears to be hard-coded to install one plugin by name.

Ideally it would be nice to be able to pass file paths, so that I can install a plugin that isn't in the plugin repository, because one of the things we're testing is that plugin itself, and we don't plan to include it in the plugin repository.

@amirkibbar
Copy link
Owner

unfortunately this proved to be too much work to both adapt the plugin to ES 5.x and continue to support plugin installation, so I removed the withPlugins option altogether. If you'd like to contribute code that installs any plugin I'd be more than happy to add it

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

2 participants