![Elasticsearch 7.0 Cookbook(Fourth Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/645/36698645/b_36698645.jpg)
上QQ阅读APP看书,第一时间看更新
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.