Configuration Examples
Use the following configuration examples to quickly set up and customize the data_masking
plugin. You’ll find scenarios that cover predefined entity masking, custom keyword and regex rules, fuzzy matching, and advanced combinations — all designed to help you protect sensitive data in both requests and responses.
Example 1: Basic Masking of Predefined Entities
This configuration masks credit card numbers and email addresses using built-in entity recognition.
Example 2: Custom Keyword and Regex Masking
This configuration defines custom masking rules for a specific keyword and a 6-digit PIN using regex.
Example 3: Combined Predefined Entities and Custom Rules
This example combines built-in entity masking with a custom regex pattern.
Example 4: Apply All Matching Rules
This configuration enables multiple rules and applies all that match instead of stopping at the first.
Example 5: Fuzzy Matching with Similarity Threshold
This configuration uses fuzzy matching to catch slightly altered sensitive terms.