Dorito
'ELK Stack' 태그의 글 목록

ELK Stack

Infra/ELK stack

트러블슈팅: APM 서버가 Health Status Red 인 문제 해결

들어가며기존 레거시 APM 서버에서 로깅이 정상적으로 수집되지 않는 에러가 발생하여 확인해보던 중 elasticsearch cluster status 를 확인해보니 red 임을 확인하였습니다. 그때 해결 과정을 정리한 글입니다. 🚨 Unassigned shards 발생 원인 및 해결방법     $ curl -X GET "localhost:9200/_cat/health?pretty&v"epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent1696402762 06:59:22 dorito red ..