본문 바로가기

ElasticSearch (ELK)/🔍 ElsticSearch

ElasticSearch Download and Run for windows

728x90
반응형

# ElasticSearch 다운로드 for windows

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

1. 다운로드 된 파일을 압축 해제, 해제 후 C: 등의 root 경로로 이동

2. ElasticSearch 설치

elasticsearch.bat 파일 실행 하면 자동으로 설치 됨

3. 설정 변경하기

elasticsearch를 설치한 폴더의 root 경로를 보면 config 폴더가 존재할 것이다.

해당 폴더의 파일 목록중 elasticsearch.yml 파일을 열고 옵션을 변경한다.

경로 : /{elasticserachhome}/config/elasticsearch.yml 에서

xpack.security.enabled 를 false로 바꾼 후 재실행하면 정상 작동한다.

엘라스틱서치 6.3버전 이후로 x-pack이 기본 번들로 포함되어 자동 인스톨된다.

true 일 경우 security가 활성화 되어 transport SSL이 활성화되어야 실행이 가능하다.

 

한글 플러그인 nori 설치

./elasticsearch-plugin.bat install analysis-nori

 

- 끝 -

728x90
반응형