Elasticsearch delete data at the specified index

Figure delete data using a postman:

 

Request code:

http://ip:9200/index/type/_delete_by_query?pretty={
    "query": {
        "match_all": {
        }
    }
}

 

Guess you like

Origin www.cnblogs.com/yanketao/p/11127966.html