diff --git a/pkg/config/config_template.yaml b/pkg/config/config_template.yaml index 7ae8fb180fb7b5..050d9e0a3112b0 100644 --- a/pkg/config/config_template.yaml +++ b/pkg/config/config_template.yaml @@ -1206,6 +1206,10 @@ api_key: ## @param DD_APM_OBFUSCATION_CREDIT_CARDS_LUHN - boolean - optional ## Enables a Luhn checksum check in order to eliminate false negatives. Disabled by default. # luhn: false + ## @param DD_APM_OBFUSCATION_CREDIT_CARDS_KEEP_VALUES - object - optional + ## List of keys that should not be obfuscated. + # keep_values: + # - client_id # # elasticsearch: ## @param DD_APM_OBFUSCATION_ELASTICSEARCH_ENABLED - boolean - optional