记一次学习kibaba踩过的坑(Windows环境)
下载地址
ElasticSearch:https://www.elastic.co/cn/downloads/elasticsearch
Logstash:https://www.elastic.co/cn/downloads/logstash
Kibana:https://www.elastic.co/cn/downloads/kibana
安装Kibana的过程中遇到这样的问题
网上搜了好多帖子,如下
但是问题都没有解决
最终安装了head插件
1.下载head
https://github.com/mobz/elasticsearch-head
2.下载安装node
http://nodejs.cn/download/
3.编译head
进入E:\java\ELK\elasticsearch-head目录 执行npm install 命令npm install -g cnpm --registry=https://registry.npm.taobao.org
再执行 cnpm i 命令
4.执行成功之后启动head
npm run start
5.检验
http://localhost:9100/
6.将这两个索引删除,重启Kibana就OK了
相关推荐
86417413 2020-11-25
星愿心愿 2020-11-24
bluecarrot 2020-11-23
82216135 2020-11-19
85276131 2020-11-18
82256036 2020-11-18
梁柏林 2020-11-16
80266038 2020-11-15
simonzhao0 2020-11-23
EdwardSiCong 2020-11-23
wfs 2020-10-29
bwyyziq 2020-11-22
CosEmon 2020-11-13
aydh 2020-11-12
NANGEBOKE 2020-11-23
yangkang 2020-11-12