Elasticsearch API 모든 인덱스 삭제

Jmnote (토론 | 기여)님의 2019년 12월 12일 (목) 16:23 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}