diff --git a/troubleshooting/20251002_opensearch_cleanup.md b/troubleshooting/20251002_opensearch_cleanup.md new file mode 100644 index 0000000..7fd8c42 --- /dev/null +++ b/troubleshooting/20251002_opensearch_cleanup.md @@ -0,0 +1,17 @@ +# OpenSearch 오염 로그 정리 + +## 문제 +- 9월 인덱스에 fluent-bit 디버그 로그 99.9% 오염 (303,274건/일) +- 실제 서비스 로그가 묻혀 모니터링 불가능 + +## 해결 +1. **9/30**: dataprepper-static 고정 인덱스로 전환 (디버그 로그 제거) +2. **10/2**: 오염된 9월 인덱스 삭제 +```bash +curl -XDELETE 'localhost:9200/dataprepper-2025.09.*' +``` + +## 결과 +- 10/1부터 정상 서비스 로그만 수집 (24,817건/일) +- fluent-bit 디버그 로그 0건 +- 저장 공간 120MB 확보 \ No newline at end of file