help doc https://www.elastic.co/guide/cn/elasticsearch/guide/current/_deleting_an_index.html
DELETE /my_index
DELETE /index_one,index_two
DELETE /index_*
甚至可以这样删除 全部 索引:
DELETE /_all
DELETE /*
sudo bin/elasticsearch-plugin install [plugin_name]
sudo bin/elasticsearch-plugin list
sudo bin/elasticsearch-plugin remove [pluginname]
原文:http://blog.51cto.com/395469372/2120918