Question
Masking Data in Log Files
I was wondering if the following entries to prconfig.xml (or DSS) are still valid for 7.2.2 to mask data in alert logs and if there are matching items for the PegaRuLES log:
https://pdn.pega.com/support-articles/how-remove-sensitive-data-alert-logs
- Add the following setting to prconfig.xml to suppress the sensitive property values:
- <env name="alerts/database/operationTimeThreshold/suppressInserts" value="true" />
- This setting will suppress the sensitive property values (and replace them with question marks).
- To suppress information in parameters, add the following setting to prconfig.xml:
- <env name="alerts/general/includeparameterpage" value="false" />
- This setting determines if the parameter page of the top-most stackframe will be included in the ALERT log when the alert is generate
What other solutions have been implemented for PegaRULES log files?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi ,
Yes, these settings are valid for 7.2.2. You check the below link to verify the same:
https://pdn.pega.com/sites/pdn.pega.com/files/help_v722/procomhelpmain.htm#engine/alerts/alerts-suppressing-data-tsk.htm
You can also use below settings in prconfig.xml:
The following prconfig entry will do obfuscation of parameter values <env name="alerts/parameterpage/remoteFilterType" value="obfuscate" />.
You will can specify the parameters to obfuscate in the alert logs using <env name="alerts/parameterpage/obfuscateKeywords" value="" />. The value should contain the parameter names separated by semi-colon.
Regards,
Vikash