- ElasticSearch Cookbook
- Alberto Paro
- 180字
- 2021-04-02 10:09:59
Removing a plugin
You have installed some plugins and now you need to remove a plugin because it's not required. Removing an ElasticSearch plugin is easy to uninstall if everything goes right, otherwise you need to manually remove it.
This recipe covers both cases.
Getting ready
You need an installed working ElasticSearch server with an installed plugin. Stop the ElasticSearch server in order to safely remove the plugin.
How to do it...
ElasticSearch Plugin Manager, which comes with its script wrapper (plugin), provides command to automatically remove a plugin.
- On Linux and MacOSX, call:
plugin -remove mobz/elasticsearch-head
or
plugin -remove head
- On Windows, call:
plugin.bat -remove mobz/elasticsearch-head
or
plugin.bat –remove head
How it works...
The Plugin Manager –remove
command tries to detect the correct name of the plugin and remove the directory of the installed plugin.
If there are undeletable files in your plugin directory (or a strange astronomical event that hits your server), the plugin script may fail: to manually remove a plugin, go in to the plugins directory and remove the directory with your plugin name.
- Mobile-first Bootstrap
- Arch Linux Environment Setup How-to
- Instant Handlebars.js
- 曝光:Linux企業運維實戰
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Linux Shell編程從入門到精通(第2版)
- 嵌入式Linux應用開發菜鳥進階
- Windows Phone 8 Application Development Essentials
- 計算機系統:基于x86+Linux平臺
- Learning BeagleBone
- VMware vSphere 5.1 Cookbook
- Learning Joomla! 3 Extension Development(Third Edition)
- Unity AR/VR開發:實戰高手訓練營
- UNIX傳奇:歷史與回憶
- Administering ArcGIS for Server