Answers for "erase all index data elastic"

2

elastic delete index

curl -X DELETE "localhost:9200/twitter?pretty"
Posted by: Guest on July-24-2020
1

delete index elasticsearch

curl -X DELETE 'http://localhost:9200/_all'
Posted by: Guest on November-28-2020
1

elasticsearch delete all indicesa

curl -XDELETE localhost:9200/index/type/documentID
Posted by: Guest on March-26-2021

Browse Popular Code Answers by Language