Suppressing sensitive data in alerts
The alert log identifies the names of activities and other rules that have been
executed. By default, PEGA0002 to PEGA0007 alerts also show parameter values and SQL statements
containing property values. You can configure the
prconfig/suppressInserts/default
and
prconfig/includeParameterPage/default
dynamic system settings (DSS) so that
parameter values and other potentially sensitive data values are omitted in prepared statement
inserts:
- Add the following DSS:
- prconfig/alerts/database/operationTimeThreshold/suppressInserts/default with the value of true and the owning ruleset Pega-Engine
- prconfig/alerts/general/includeParameterPage/default with the value of false and the owning ruleset Pega-Engine
For more information, see Creating a dynamic system setting.
- Stop and restart or redeploy the system.
Previous topic Parsing the alert log Next topic Summarizing the alert log