windowselasticsearch-head 플러그인 설치 튜토리얼

6276 단어
elasticsearch-head 다운로드 주소:https://github.com/mobz/elasticsearch-head
  1.git 다운로드
   git clone git://github.com/mobz/elasticsearch-head.git
2.   node.js npm       
   node:
https://nodejs.org/dist/
2.1
2.2 cmd node -v npm -v
2.3 node
  
NodeJS NPM , 。
,NPM NodeJS ,
node node_cache node_global


, npm cluster
npm install cluster node_global
ode_modules cluster
2.4 npm config set prefix "D:\Program Files
odejs
ode_global"npm config set cache "D:\Program Files
odejs
ode_cache"
3.
grunt-cli
npm install -g grunt-cli
4. elasticsearch-head , :
npm install grunt --save
5. npm
npm install
6.
, elasticsearch-head Gruntfile.js , options hostname, 0.0.0.0。
connect: {
    server: { options: { hostname: '0.0.0.0', port: 9100, base: '.', keepalive: true } } }

Elasticsearch 구성 파일 수정 config/elasticsearch.yml
프로필 마지막에 두 개의 프로필을 추가하면 elasticsearch-head 플러그인이 Elasticsearch에 접근할 수 있습니다.
http.cors.enabled: true
http.cors.allow-origin: "*"
此时如果elasticsearch已经是启动状态请重启。

启动 elasticsearch-head 

在 elasticsearch-head 目录下,执行命令:

grunt server

输出如下内容表示启动成功:

Running "connect:server" (connect) task
Waiting forever... Started connect web server on http://localhost:9100
 
 
 
 

좋은 웹페이지 즐겨찾기