- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Alerting Plugins
- Analysis Plugins
- Discovery Plugins
- Management and Site Plugins
- Mapper Plugins
- Scripting Plugins
- Security Plugins
- Snapshot/Restore Repository Plugins
- Transport 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.
Listing and Removing Installed Plugins
editListing and Removing Installed Plugins
editListing plugins
editA list of the currently loaded plugins can be retrieved with the list
option:
sudo bin/plugin list
Alternatively, use the node-info API to find out which plugins are installed on each node in the cluster
Removing plugins
editPlugins can be removed manually, by deleting the appropriate directory under
plugins/
, or using the public script:
sudo bin/plugin remove [pluginname]
After a Java plugin has been removed, you will need to restart the node to complete the removal process.
On this page
Was this helpful?
Thank you for your feedback.