Quick start
Redact all emails and IP addresses:[REDACTED]. To keep data linkable across events, use hashing instead:
usr_7kJ9mNpQ3xYz — the same input always produces the same hash, so you can still correlate events without storing raw PII.
Built-in patterns
Strategies
Hashing uses HMAC-SHA256 with your
hash_key. Different keys produce different hashes, so each workspace can be isolated.
Targeted fields
Instead of scanning all strings (scan_all = true), you can target specific JSON paths for better performance:
Custom patterns
Define your own regex patterns for domain-specific PII:Reference
At least one of
patterns, fields, or custom_patterns is required.