- 现象(We couldn't activate monitoring)
- 排查
# 查看模板
GET _cat/templates/.monitoring*?v
# 查看是否有 .monitoring-es-* 的索引
GET _cat/indices/.monitoring-*
# 查看集群配置
GET /_cluster/settings
- 修改集群配置
PUT _cluster/settings
{
"persistent": {
"xpack": {
"monitoring": {
"elasticsearch": {
"collection": {
"enabled": "true"
}
},
"collection": {
"enabled": "true"
}
}
}
}
}
- 检查集群是否至少有一个具有
ingest
身份的节点
本文出自 qbit snap
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。