fluentd
![[EFK] fluentd 오류 해결 failed to flush the buffer](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FYLpY2%2Fbtrzr8xTxWc%2FAAAAAAAAAAAAAAAAAAAAAC2FtLhhYOyABkeLbaR9pQlDlX_mZne8gP292u3Pcnp6%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DDTCwB9Rm44CjyRxK%252B3ZbUil6Zs4%253D)
[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가 정상 상태인지 확인이 필요하다.