> For the complete documentation index, see [llms.txt](https://esbook.kimjmin.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://esbook.kimjmin.net/04-data.md).

# 4. Elasticsearch 데이터 처리

&#x20; Elasticsearch는 데이터 저장 형식으로 **json** 도큐먼트를 사용합니다. 데이터 저장 형식 뿐 아니라 쿼리와 클러스터 설정 등 모든 정보를 json 형태로 주고받기 때문에 elasticsearch의 사용을 위해서는 json 사용에 익숙해져야 합니다.
