es5.0 head插件安装

1. 在 elasticsearch.yml 文件增加配置
http.cors.enabled: true
http.cors.allow-origin: "*"


2. 下载插件
git clone git://github.com/mobz/elasticsearch-head.git


3.安装插件
cd elasticsearch-head
apt-get install npm nodejs-legacy
npm install 
grunt server
访问链接 http://localhost:9100/

posted @ 2016-11-07 18:14  鸾舞春秋  阅读(785)  评论(0编辑  收藏  举报