From 7dc620e68060905d44e9889478a200bd643e0a7a Mon Sep 17 00:00:00 2001 From: happybell80 Date: Tue, 30 Sep 2025 02:47:21 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EC=9D=B8=EB=8D=B1=EC=8A=A4=20=EB=B0=8F=20Data=20Prepper=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EB=82=B4=EC=9A=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- troubleshooting/20250930_fluent_bit_opensearch_issue.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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) 플러그인도 초기화는 되지만 설정 미적용