# Elasticsearch Head
1. 크롬에서 웹스토어에서 추가
2. https://github.com/mobz/elasticsearch-head
3. 접속확인 브라우서 URL 옆쪽에 아이콘 클릭
#Elasticsearch Head(github 이용)
1. Clone or download 클릭 후 Download ZIP 클릭
- git clone https://github.com/mobz/elasticsearch-head.git 으로 해도 무방
2. 다운로드 받은 파일을 압축을 푼 후 cmd 창에서 압축을 푼 경로로 이동 후 npm install 실행
3. npm run start --prefix C:\APP\Search\elasticsearch-head-master 명령어 실행
4. elasticsearch.yml 옵션 추가 후 elasticsearch 재구동
- http.cors.enabled: true
- http.cors.allow-origin: "*"
'Elasticsearch' 카테고리의 다른 글
Elasticsearch shard와 node (0) | 2020.01.29 |
---|---|
Elasticsearch 데이터 구조 (0) | 2020.01.26 |
Elaticsearch 설치 (0) | 2020.01.24 |