프로그래머호이잇

Elasticsearch 설치 (Windows) 본문

시스템운영

Elasticsearch 설치 (Windows)

호이잇! 2022. 9. 18. 12:50

Window 에 Elasticsearch 를 설치하겠습니다.

다운로드 링크 : https://www.elastic.co/kr/downloads/elasticsearch

 

Download Elasticsearch

Download Elasticsearch or the complete Elastic Stack (formerly ELK stack) for free and start searching and analyzing in minutes with Elastic.

www.elastic.co

windows 로 다운받으신다음 압축을 푸시면 디렉토리에 이렇게 되어있을꺼에요

그다음 bin/elasticsearch.bat 파일을 실행시켜줍니다.

그 후 localhost:9200 으로 접속하면 아이디 패스워드를 입력하라고 할꺼에요.

그cmd 창에서 사용자를 추가해주기 위해 아래 명령어를 실행시켜줍니다. (관리자로 추가한 경우입니다.)

명령어 : elasticsearch-users.bat useradd test -p 123123 -r superuser

사용자 추가후 명령어에 입력한 아이디 패스워드로 로그인하면 Elasticsearch 사용하기위한 기초적이 작업 완료!!