Elasticsearch xpack.monitoring.elasticsearch.collection.enabled
2025. 2. 12. 22:28ㆍk8s/EFK
Elasticsearch self 모니터링 설정
metricbeat 모니터링을 사용하려면, false로 설정해야 함
# elasticsearch.yml
xpack.monitoring.elasticsearch.collection.enabled: true
# 명령어
PUT _cluster/settings
{
"persistent": {
"xpack.monitoring.elasticsearch.collection.enabled": "true"
}
}
# 확인
GET _cluster/settings
'k8s > EFK' 카테고리의 다른 글
Elasticsearch max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] (0) | 2025.02.15 |
---|---|
Elasticsearch dynamic storage mount 하기 (0) | 2025.02.13 |
Elasticsearch xpack.monitoring.collection.enabled deprecated 예정 (0) | 2025.02.12 |
Metricbeat 상태 확인 (0) | 2025.02.12 |
Elasticsearch 명령어 (0) | 2025.02.12 |