- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 67字
- 2021-06-24 14:51:56
How to do it…
The steps to remove a plugin are as follows:
- Stop your running node to prevent exceptions that are caused due to the removal of a file.
- Use the Elasticsearch plugin manager, which comes with its script wrapper (bin/elasticsearch-plugin).
On Linux and macOS X, type the following command:
elasticsearch-plugin remove ingest-attachment
On Windows, type the following command:
elasticsearch-plugin.bat remove ingest-attachment
- Restart the server.