Elasticsearch API 인덱스 삭제

Jmnote (토론 | 기여)님의 2019년 10월 25일 (금) 10:50 판 (새 문서: ==개요== ;Elasticsearch API 인덱스 생성 <source lang='console'> testuser@localhost:~$ curl -u elastic:elastic -X DELETE localhost:9200/twitter?pretty { "acknowledged" : true...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Elasticsearch API 인덱스 생성
testuser@localhost:~$ curl -u elastic:elastic -X DELETE localhost:9200/twitter?pretty
{
  "acknowledged" : true
}

2 같이 보기

3 참고

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