kibana的Stack Monitoring报错:Elasticsearch node detected
现象:
1.需要修改ES config文件的yml文件
命令:
echo "xpack.monitoring.collection.enabled: true" >> cold.yml
echo "xpack.monitoring.collection.enabled: true" >> host.yml
echo "xpack.monitoring.collection.enabled: true" >> warm.yml
再重启一下这三个容器,命令:
docker restart es_warm es_cold es_host
重启 过几分钟 刷新 kibana的界面。



