Install multiple plugins
Multiple plugins can be installed in one invocation:
sudo bin/elasticsearch-plugin install [plugin_id] [plugin_id] ... [plugin_id]
Each plugin_id can be any valid form for installing a single plugin (for example, the name of a core plugin, or a custom URL).
For example, to install the core ICU plugin:
sudo bin/elasticsearch-plugin install analysis-icu
This command installs the versions of the plugins that match your Elasticsearch version. The installation is treated as a transaction: all of the plugins are installed, or none of them are installed if any installation fails.