Elasticsearch 安装
下载
https://www.elastic.co/cn/downloads
kibana安装
下载
https://www.elastic.co/cn/downloads
保存与elasticsearch版本一致
配置
编辑config/kibana.yml文件,添加以下内容:
elasticsearch.url: "http://localhost:9200"
访问
查看启动小黑屏,http://localhost:5601
阮一峰教程
http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html
elasticsearch-head 插件安装(可选)
- 下载:
git clone https://github.com/mobz/elasticsearch-head.git - 安装:npm install
- 运行:npm run start
浏览器访问 http://127.0.0.1:9100/
|
|
配置
编辑elasticsearch/config/elasticsearch.yml文件,添加以下内容:
http.cors.enabled: true
http.cors.allow-origin: “*”
安装 marvel 插件
- 在elasticsearch 中运行: bin/elasticsearch-plugin.bat install x-pack
|
|
在Kibana上安装X-Pack
bin/kibana-plugin install x-pack访问
在浏览器上输入: http://localhost:5601/ ,可以打开Kibana,此时需要输入用户名和密码登录,默认分别是 elastic 和 changeme修改密码