Elasticsearch version: 5.1.1
Windows
Java安装
版本:jdk8+
Java Archive | Oracle 中国
安装elasticsearch-rtf
Elasticsearch-RTF是针对中文的一个发行版,即使用最新稳定的elasticsearch版本,并且帮你下载测试好对应的插件,如中文分词插件等,目的是让你可以下载下来就可以直接的使用。
Github: https://github.com/medcl/elasticsearch-rtf
启动命令:
bash
cd elasticsearch/bin
elasticsearch.bat
head插件
部署启动
bash
git clone git://github.com/mobz/elasticsearch-head.git
cd elasticsearch-head
# npm install phantomjs@2.1.1 --ignore-scripts # run when npm install is error
npm install
npm run start
此时head无法连接elasticsearch,修改elasticsearch配置文件
yml
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-methods: OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, X-User"
重启elasticsearch即可
kibana安装
启动: