You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a redactor that supports string substitution. This could be useful where we want to anonymize but not hide data.
For example, I'd like to anonymize the hostnames of customer servers but would still like the traceability of consistent hostnames. A redactor that supports string substitution would allow replacing customer.host.com with a.b.com.
Describe the feature
Add a new substitute redactor option with a configuration like
Describe the rationale for the suggested feature.
Add a redactor that supports string substitution. This could be useful where we want to anonymize but not hide data.
For example, I'd like to anonymize the hostnames of customer servers but would still like the traceability of consistent hostnames. A redactor that supports string substitution would allow replacing
customer.host.com
witha.b.com
.Describe the feature
Add a new
substitute
redactor option with a configuration likeDescribe alternatives you've considered
Regex might be possible but would be cumbersome and error prone to configure for every environment
The text was updated successfully, but these errors were encountered: