2018년 4월 19일 목요일

ElasticSearch Head Plugin window 에서 설치 실행

참고
https://qiita.com/tobesan/items/847d864d7eff0b76d7db

요약
  1. コマンドプロンプトに git clone https://github.com/mobz/elasticsearch-head.git と入力し、elasticsearch-headフォルダをダウンロード
    参考資料にはgit://github.com/mobz/elasticsearch-head.gitと記載があるが、エラーが起きる場合は上記を使用。
  2. elasticsearch-headのフォルダに入る cd elasticsearch-head
  3. インストール npm install
  4. 動かす npm run start
단 , 엘라스틱 설정에서 

http.port : 9200
http.cors.enabled : true
http.cors.allow-origin : /http://localhost(:[0-9]+)?/

를 추가하는센스

0 comments:

댓글 쓰기