metricbeat导入dashboard报错Failed to unzip the archive

你说的曾经没有我的故事 提交于 2020-02-28 22:47:43

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

metricbeat导入dashboard报错Failed to unzip the archive

报错前的配置文件如下:
#在默认基础上增加的配置
/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
metricbeat导入dashboard报错Failed to unzip the archive

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

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

重启metricboard后,导入dashboard
#metricbeat setup --dashboard system
metricbeat导入dashboard报错Failed to unzip the archive
导入成功,再次进入kibana,可以看到导入好的dashboard
metricbeat导入dashboard报错Failed to unzip the archive
可以看到index后的系统数据
metricbeat导入dashboard报错Failed to unzip the archive
metricbeat导入dashboard报错Failed to unzip the archive

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!