https://qiita.com/tobesan/items/847d864d7eff0b76d7db
요약
- コマンドプロンプトに
git clone https://github.com/mobz/elasticsearch-head.git
と入力し、elasticsearch-headフォルダをダウンロード
参考資料にはgit://github.com/mobz/elasticsearch-head.git
と記載があるが、エラーが起きる場合は上記を使用。 - elasticsearch-headのフォルダに入る
cd elasticsearch-head
- インストール
npm install
- 動かす
npm run start
단 , 엘라스틱 설정에서
http.port : 9200
http.cors.enabled : true
http.cors.allow-origin : /http://localhost(:[0-9]+)?/
http.cors.enabled : true
http.cors.allow-origin : /http://localhost(:[0-9]+)?/
를 추가하는센스
0 comments:
댓글 쓰기