- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Analysis Plugins
- Discovery Plugins
- Mapper Plugins
- Snapshot/Restore Repository Plugins
- Store Plugins
- Integrations
- Help for plugin authors
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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]
On this page
Was this helpful?
Thank you for your feedback.