metricbeat导入dashboard报错Failed to unzip the archive
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了metricbeat导入dashboard报错Failed to unzip the archive相关的知识,希望对你有一定的参考价值。
在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的主要内容,如果未能解决你的问题,请参考以下文章
日志分析系统ELK之Kibanaes的替代metricbeat
日志分析系统ELK之Kibanaes的替代metricbeat
spring-boot导入redis依赖后报错 Error creating bean with name ‘redisConnectionFactory‘
codis3.2安装报错dashboard.go:369: [PANIC] call rpc create-proxy to dashboard 127.0.0.1:18080 failed的处理(代