Elasticsearch API 모든 인덱스 삭제

1 개요[ | ]

Elasticsearch API 모든 인덱스 삭제
root@localhost:~# curl -s localhost:9200/_cat/indices
yellow open myindex01 MRsSGjKRSu2mE-D2wAK_ew 1 1 2 1 4.7kb 4.7kb
yellow open myindex02 gd1MRmJ-Se-CJ1UD_Pz8Fw 1 1 3 0 3.6kb 3.6kb
root@localhost:~# curl -X DELETE localhost:9200/*
{"acknowledged":true}
root@localhost:~# curl -s localhost:9200/_cat/indices
root@localhost:~#

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}