启动brew install elasticsearch
访问elasticsearch
kibana 搭建 安装http://localhost:9200/
启动brew install kibana
访问kibana
elasticsearch head 搭建 安装 Node.js 下载 elasticsearch headhttp://localhost:5601/
安装grunt-cligit clone git://github.com/mobz/elasticsearch-head.git
安装gruntnpm install -g grunt-cli
安装npm install grunt --save
修改ES配置文件 config/elasticsearch.ymlnpm install
启动增加以下两项配置
http.cors.enabled: true
http.cors.allow-origin: “*”
访问grunt server
http://localhost:9100/



