码迷,mamicode.com
首页 > 其他好文 > 详细

metricbeat导入dashboard报错Failed to unzip the archive

时间:2020-02-28 22:51:59      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:etc   The   puts   set   ati   配置   pre   board   arch   

在ELK stack 6.8.6增加一个metricbeat用来对system,kafka细粒度的监控

技术图片

报错前的配置文件如下:
#在默认基础上增加的配置
/etc/metricbeat/metricbeat.yml

#====================  Modules configuration ==================
reload.enabled: true
#====================  Dashboards    ========================
setup.dashboards.enabled: true
setup.dashboards.url: "http://IP:5601"
#====================  Kibana    ============================
setup.kibana:
    host: "http://IP:5601"
#====================  Ouputs    ============================
output.elasticsearch:
    hosts: ["ES_IP:9200"]

增加配置后重启metricbeat
重启OK
但是无法加载dashboard
技术图片

这个问题也没有日志,纠结了好久,只能重装,结果发现
只要注销下面两行配置

#setup.dashboards.enabled: true
#setup.dashboards.url: "http://IP:5601"

重启metricboard后,导入dashboard
#metricbeat setup --dashboard system
技术图片
导入成功,再次进入kibana,可以看到导入好的dashboard
技术图片
可以看到index后的系统数据
技术图片
技术图片

metricbeat导入dashboard报错Failed to unzip the archive

标签:etc   The   puts   set   ati   配置   pre   board   arch   

原文地址:https://blog.51cto.com/mengix/2474319

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!