A newer version is available. For the latest information, see the
current release documentation.
Removing multiple plugins
editRemoving multiple plugins
editMultiple plugins can be removed in one invocation as follows:
sudo bin/elasticsearch-plugin remove [pluginname] [pluginname] ... [pluginname]
Updating plugins
editPlugins are built for a specific version of Elasticsearch, and therefore must be reinstalled each time Elasticsearch is updated.
sudo bin/elasticsearch-plugin remove [pluginname] sudo bin/elasticsearch-plugin install [pluginname]