kibana和elasticsearch安装
1、elasticsearch 6.8.23 安装包下载地址:
Elasticsearch 6.8.23 | Elastic
通过网盘分享的文件:elasticsearch-6.8.23.zip
链接: https://pan.baidu.com/s/1D2SrJ8nVBlqC1QNswmMJXg?pwd=1234 提取码: 1234
2、kibana 6.8.23 安装包下载地址:
Kibana 6.8.23 | Elastic
通过网盘分享的文件:kibana-6.8.23-windows-x86_64.zip
链接: https://pan.baidu.com/s/1fu0goHG6080Q20YuepTmgg?pwd=1234 提取码: 1234
3、解压运行elasticserach即可
运行elasticsearch.bat
访问localhost:9200
4、解压配置kibana
(1)解压kibana
(2)配置kibana.yml
server.port: 5601
server.host: "localhost"
elasticsearch.hosts: ["http://localhost:9200"]
(3) 运行kibana.bat
访问 http://localhost:5601/app/kibana#/home?_g=()
点击进入Explore on my own,选择 最左侧的菜单栏Dev Tools 可以测试elasticsearch的接口