Answers for "delete elasticsearch data using curl"

0

elasticsearch curl to get delete indices

curl -XDELETE localhost:9200/shop/product/1
Posted by: Guest on March-26-2021
1

elasticsearch curl to get delete indices

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

Browse Popular Code Answers by Language