Notify users to restart Elasticsearch after plugin installation (#66723)

* Add message to elasticsearch-plugin CLI output to notify users to restart
Elasticsearch after plugin installation

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Chan Qin Liang 2021-01-12 05:53:32 +08:00 committed by GitHub
parent 4c0a02ddee
commit 88446e33b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,6 +265,7 @@ class InstallPluginCommand extends EnvironmentAwareCommand {
throw installProblem; throw installProblem;
} }
} }
terminal.println("-> Please restart Elasticsearch to activate any plugins installed");
} }
Build.Flavor buildFlavor() { Build.Flavor buildFlavor() {