Closed
Can I use wild cards matching strings in DSS for Pega-Engine • prconfig/alerts/parameterpage/obfuscatekeywords/default
I need to mask sensitive data in our logs. The alert logs can be masked if you use
Dynamic System Settings:
obsfucatekeywords in Alerts
ID Pega-Engine • prconfig/alerts/parameterpage/obfuscatekeywords/default
and populates the value with properties not to be in the alert logs. For example:
$PpyWorkPage$pSearchAccountNumber;pzFromFrame;pxInteractions;$PpyWorkPage$pAccountNumber;$PAppContactList$ppxResults$l1$pAccountNumber
My issue is that $PAppContactList$ppxResults$l1$pAccountNumber in my case also has $PAppContactList$ppxResults$l2$pAccountNumber and $PAppContactList$ppxResults$l3$pAccountNumber ...
$PAppContactList$ppxResults$l99$pAccountNumber and could have more.
Value is limited to 1000 char so I can not specify all 99 and that may not be enough. I need to know how to put a wild card in the string like
$PAppContactList$ppxResults$l??$pAccountNumber or
$PAppContactList
or
$pAccountNumber but so far not luck. Any suggestions?
Thanks
***Edited by Moderator Marissa to update SR Details***