easypii-redaction
Level 1: Bye Bye Emails
The log lines below contain user email addresses in the attributes. Write an OpenTelemetry Collector config to delete all user.email attributes from the telemetry before it's exported.
📥
Sample Telemetry (before processing)
1. User logged in successfully{ user.email: john.doe@company.com } { level: info }
2. Password reset requested{ user.email: jane.smith@example.org } { level: warn } { ip: 192.168.1.1 }
3. Account created{ user.email: alice@startup.io } { level: info } { plan: pro }
4. Payment failed{ user.email: bob@corp.net } { level: error } { amount: 49.99 }
Not sure what to do? Let us show you how it works.
⚙️