mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
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:
parent
4c0a02ddee
commit
88446e33b7
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue