Default Sensitive Data Filters
When you enable a sensitive data filter, the Controller displays asterisks for the values of matching environment variables or system properties. By default, the Java Agent enables two sensitive data filters by passing the configuration to the addAppAgentSensitiveDataFilters() method:
{
"messageFilters": [
{ "messageType": "throwable",
"matchPattern": "test" },
{ "messageType": "throwable",
"matchPattern": "ip",
"redactionRegex": "(\\d+\\.)+\\d+" }
],
"dataFilters": [
{ "appliesTo": "http-headers",
"matchPattern": "test" }
],
"urlFilters": [
{ "delimiter": "/",
"segment": "1,2",
"matchPattern": "test1",
"paramPattern": "test2" }
]
}