반응형
시작.
공식홈페이지에서 elasticsearch 다운로드 클릭후 tar 설치
( 테스트를 위하여 구버전인 6.1.1 버전을 설치하였음)
링크 : https://www.elastic.co/kr/downloads/past-releases/elasticsearch-6-1-1
다운받은 tar 파일을 적당한 경로로 이동 후/ 압축 해제
tar xvzf elasticsearch-6.1.1.jar |
실행 방법 :
[mac] 압축 해제 후 bin 디렉토리의 elasticsearch 파일을 실행
/설치경로/elasticsearch-6.1.1/bin/elasticsearch |
[windows] 압축 해제 후 터미널에서 bin 디렉토리의 elasticsearch.bat 파일을 실행 (cmd 화면에서 명령어 사용)
/설치경로/elasticsearch-6.1.1/bin/elasticsearch.bat |
끝.
반응형
'ElasticSerarch' 카테고리의 다른 글
Elasticsearch Delete Index ( RestHighLevelClient , TransportClient) (0) | 2019.05.21 |
---|---|
Elasticsearch Transport client example (0) | 2019.05.20 |
Elasticsearch_head 설치 (chrome plugin) (0) | 2019.05.10 |
Create Elasticsearch Index using plugin (0) | 2019.05.10 |
[mac] elasticsearch HQ 설치 (웹 모니터링 툴) (0) | 2019.05.03 |