ElasitcSearch의 Request와 Response는 모두 REST API 형태로 제공한다.

REST API란? Representational State Transfer 약자로써 웹상의 모든 리소스에 URL를 부여하고 활용하는 아키텍처이다.

엘라스틱서치 요청과 응답

<aside> 💡 다른 REST API 툴을 사용하는 경우에는 http://localhost:9200/ 뒤에 작성

</aside>

키바나 콘솔 사용법

시스템 상태 확인 - cat (compact and aligned text)

GET _cat 

GET _cat/indices?v

인덱스와 도큐먼트