# 2. Elasticsearch 시작하기

&#x20; 이번 장 부터는 본격적으로 Elasticsearch를 다루어 보도록 하겠습니다. 먼저 데이터 색인과 REST API 구조에 대해서 조금 더 설명한 후에 Elasticsearch를 설치하고 실행 해 보도록 하겠습니다.

&#x20; Elasticsearch는 자바로 개발되었기 때문에 자바 실행이 가능한 환경이라면 어디서든 구동이 가능합니다. 보통은 유닉스 운영체제에서의 구동을 기준으로 하기 때문에 이 책에서도 유닉스 환경을 기준으로 설명을 진행하겠습니다. 리눅스 또는 맥OS 같은 유닉스 계열 운영체제의 사용자는 앞으로 책에서 설명할 내용을 따라 실습을 하면 됩니다. 윈도우 운영체제 사용자는 뒤에서 설명할 Kibana의 Dev Tool을 가지고 실습을 하면 됩니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://esbook.kimjmin.net/02-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
