fluentd

    [EFK] fluentd 오류 해결 failed to flush the buffer

    [EFK] fluentd 오류 해결 failed to flush the buffer

    ※ Docker 환경 1. http://localhost:9200/_cluster/health?pretty 로 elasticsearch cluster 상태를 확인해보자 (localhost부분은 서버 hostname, 9200부분은 자신이 설정한 elasticsearch 노드 포트 중 하나로 알아서 변경해서 사용하자) { "cluster_name" : "es", "status" : "green", "timed_out" : false, "number_of_nodes" : 3, "number_of_data_nodes" : 3, "active_primary_shards" : 11, "active_shards" : 22, "relocating_shards" : 0, "initializing_shards" : 0,..

    [EFK] fluentd broken pipe 오류 해결

    엔드포인트에서 tcp 연결을 닫은 경우 발생한다. elasticsearch node가 정상 상태인지 확인이 필요하다.