Add OpenSearch 오염 로그 정리 문서
This commit is contained in:
parent
65a17a88ee
commit
1193b3d453
17
troubleshooting/20251002_opensearch_cleanup.md
Normal file
17
troubleshooting/20251002_opensearch_cleanup.md
Normal file
@ -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 확보
|
||||
Loading…
x
Reference in New Issue
Block a user