diff --git a/troubleshooting/20250930_opensearch_hdd_migration.md b/troubleshooting/20250930_opensearch_hdd_migration.md index 23d23f2..987986e 100644 --- a/troubleshooting/20250930_opensearch_hdd_migration.md +++ b/troubleshooting/20250930_opensearch_hdd_migration.md @@ -30,14 +30,22 @@ sudo chown -R 1000:1000 /mnt/hdd/opensearch - docker-compose.yaml 15번 라인: `DISABLE_SECURITY_PLUGIN=true` - 내부 네트워크 전용 서비스로 TLS 불필요 -### 4. 현재 상태 +### 4. 해결 과정 중 발생한 문제 +- Actions 실패: TLS 인증서 파일 없음 → 보안 플러그인 비활성화로 해결 +- 컨테이너 이름 충돌 → Actions에 기존 컨테이너 제거 코드 추가 +- 설정 중복 에러 → Dockerfile ENV 제거, docker-compose.yaml에서만 설정 + +### 5. 최종 상태 - 데이터 경로: `/mnt/hdd/opensearch` (354MB) - 컨테이너: opensearch (opensearch-opensearch-node 이미지) - 포트: 9200, 9600 - HDD 여유 공간: 869GB +- API 응답: 정상 +- 로그 수집: fluent-bit → data-prepper → OpenSearch 정상 -### 5. 커밋 이력 +### 6. 커밋 이력 - 7466068: HDD 경로 변경 - 5f7bf49: Actions 워크플로우 경로 수정 - 2df7afb: 보안 플러그인 비활성화 -- 8f667d3: DISABLE_SECURITY_PLUGIN 환경변수 수정 \ No newline at end of file +- 8f667d3: DISABLE_SECURITY_PLUGIN 환경변수 수정 +- 66b5ee8: Dockerfile 중복 설정 제거 \ No newline at end of file