# 查看模板 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