PHI/PII-Safe Logging Pipeline
Built a 3-layer defense-in-depth logging architecture for Kubernetes in a healthcare environment. Stripped URL query strings at the source using Istio Proxy, applied regex pipelines in Grafana Alloy to redact PHI/PII tokens in transit, and routed clean JSON logs into segregated retention tiers in Loki: achieving full HIPAA compliance with zero loss in developer visibility.
- Istio: %REQ_WITHOUT_QUERY% to strip query params
- Alloy DaemonSets with regex redaction pipelines
- Loki storage tiers with clean JSON logs
- Zero PHI/PII in logs ยท Full observability preserved