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