Outcome
A minimized log excerpt with secrets removed, timestamps preserved, and a diff that confirms the redaction pass.
Workflow
로그를 파싱하고 민감 정보를 제거한 뒤 공유 전 차이를 확인합니다.
Use this path when a stack trace, HAR export, environment file, or application log needs to be shared outside the original incident channel.
A minimized log excerpt with secrets removed, timestamps preserved, and a diff that confirms the redaction pass.
These workflow pages do not process, collect, or store tool input. Use the linked tools directly and review their trust badges before handling sensitive data.
Trim unrelated lines so the shared sample contains the failing request, timestamp window, and nearby context only.
로컬 로그 파서Run the log through local scrubbing rules for bearer tokens, API keys, cookies, emails, and private identifiers.
로그 스크러버If the evidence is a HAR file, remove sensitive headers and request bodies before exporting a reduced artifact.
HAR 뷰어 / 삭제 도구Compare original and scrubbed text so only expected sensitive fields changed.
텍스트 비교 도구공유 전에 로그의 시크릿, 토큰, 이메일, IP 주소와 자격 증명을 로컬에서 가립니다.
로컬에서 로그를 구문 분석하고 분석합니다. JSON Lines, 일반 텍스트 및 일반 로그 형식을 지원합니다.
브라우저 HAR 내보내기를 로컬에서 확인하고 공유 전에 헤더, 쿠키, 쿼리, 본문, 응답 내용을 마스킹합니다.
두 텍스트 블록을 비교하고 차이를 강조 표시합니다.
.env 파일을 구문 분석하고 변수를 유효성 검사하여 JSON, YAML 또는 Docker 인수 형식으로 내보냅니다.
No automated scrubber can guarantee that. Use the redaction pass, then inspect the diff and the final excerpt manually.
Keep only file names that are necessary to understand the failure. Remove user names, private paths, and customer identifiers.
Use the HAR sanitizer when the evidence includes browser requests, headers, timings, or response metadata.