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

indicate to Restart Elasticsearch whenever plugin is installed #39487

Closed
TomonoriSoejima opened this issue Feb 28, 2019 · 3 comments · Fixed by #66723
Closed

indicate to Restart Elasticsearch whenever plugin is installed #39487

TomonoriSoejima opened this issue Feb 28, 2019 · 3 comments · Fixed by #66723
Labels
:Core/Infra/Plugins Plugin API and infrastructure good first issue low hanging fruit Team:Core/Infra Meta label for core/infra team

Comments

@TomonoriSoejima
Copy link
Contributor

When you install a plugin, sometimes you take it that it is enabled upon installation, but in reality, you need to restart Elasticsearch to activate it, as it is instructed in the guide

it would be nice if we can add some text to guide users to restart Elasticsearch.

$ ./bin/elasticsearch-plugin install mapper-size
-> Downloading mapper-size from elastic
[=================================================] 100%   
-> Installed mapper-size
$ 
@colings86 colings86 added >docs General docs changes :Core/Infra/Plugins Plugin API and infrastructure labels Feb 28, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@colings86 colings86 removed the >docs General docs changes label Feb 28, 2019
@rjernst rjernst added the Team:Core/Infra Meta label for core/infra team label May 4, 2020
@rjernst rjernst added the needs:triage Requires assignment of a team area label label Dec 3, 2020
@williamrandolph williamrandolph added good first issue low hanging fruit and removed needs:triage Requires assignment of a team area label labels Dec 18, 2020
@williamrandolph
Copy link
Contributor

It should be easy to add a message after successfully installing a plugin along the lines of After installation, the node must be restarted before the plugin becomes visible.

@qlchan24
Copy link
Contributor

Hi I can try to implement this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Plugins Plugin API and infrastructure good first issue low hanging fruit Team:Core/Infra Meta label for core/infra team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants