diff --git a/troubleshooting/20250930_fluent_bit_opensearch_issue.md b/troubleshooting/20250930_fluent_bit_opensearch_issue.md index 9838526..becf14b 100644 --- a/troubleshooting/20250930_fluent_bit_opensearch_issue.md +++ b/troubleshooting/20250930_fluent_bit_opensearch_issue.md @@ -2,16 +2,10 @@ ## 문제 - 2025-09-30부터 Fluent Bit이 OpenSearch로 로그를 전송하지 못함 -- dataprepper-2025.09.30 인덱스가 생성되지 않음 ## 원인 분석 -### 1. Data Prepper JSON 배열 문제 -- Data Prepper HTTP 소스는 JSON 배열 형식만 수락 -- Fluent Bit HTTP output은 단일 객체 또는 NDJSON으로 전송 -- 200 OK 응답 받지만 실제로는 데이터 드롭됨 - -### 2. OUTPUT 플러그인 초기화 실패 +### OUTPUT 플러그인 초기화 실패 - opensearch 플러그인이 조용히 실패 (로그 없음) - stdout 플러그인은 정상 작동 - es (Elasticsearch) 플러그인도 초기화는 되지만 설정 미적용