删除索引
DELETE /customer?pretty
GET /_cat/indices?vhealth status index uuid pri rep docs.count docs.deleted store.size pri.store.sizePUT /customer
PUT /customer/external/1
{
"name": "John Doe"
}
GET /customer/external/1
DELETE /customer'<REST Verb> <Node>:<Port>/<Index>/<Type>/<ID>Last updated