-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Fold plugin
script into elasticsearch
script with -plugin option
#11797
Comments
Same as #11651? |
Fixes the same problem as #11651, but different proposal. This approach would still make packaging on Linux a lot easier, unless a distro decides to replace the elasticsearch script (I don't work on distros, I don't know how likely it is). |
We've decided against doing this as bin/elasticsearch should be run as the elasticsearch user, and bin/plugin as root |
This is fine, but a bit unfortunate that downstream packagers will always have to use a different name to upstream. How about elasticsearch-plugin? |
In Fedora we already use name |
@clintongormley thank you. |
Today, we highjack a generic script name called
plugin
to install plugins with ES. Other products might have this script name and it would be nice if we are better citizens of $PATH here. We should allow to install plugins using theelasticsearch
script, and deprecate theplugin
script.The text was updated successfully, but these errors were encountered: