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/