Configure risk reports
The risk engine generates risk reports to analyze risk score calculation scenarios. The administrator can configure the riskEngine.reportsEnabled property and the riskEngine.reportsMaxStored property to enable the risk engine to store a specified number of these reports.
The following properties are necessary for the generation of risk reports:
- riskEngine.reportsEnabled
- Enables the risk engine to produce risk reports after the risk engine generates the risk score for each incoming request.
- The riskEngine.reportsEnabled property defaults to disabled, so the administrator must configure riskEngine.reportsEnabled to enable risk reporting.
- riskEngine.reportsMaxStored
- Enables the risk engine to store a maximum number of risk reports as specified by the administrator.
- The administrator can set the riskEngine.reportsMaxStored property. However, the property defaults to five reports. The risk engine deletes the oldest report when it produces a report that exceeds the maximum number of reports that it is specified to store.
To configure the riskEngine.reportsEnabled property, complete the following steps.
Steps
- Log in to the local management interface.
- Click AAC > Global Settings > Advanced Configuration.
- Configure the riskEngine.reportsEnabled property
- Under Key, find riskEngine.reportsEnabled.
- Click the edit button.
- Complete one of the following actions:
- Enable risk reporting
- Select the Enabled box.
- Click Save. Enabling risk reporting sets the riskEngine.reportsEnabled property to true.
- Disable risk reporting
- Clear the Enabled box.
- Click Save. Disabling risk reporting sets the riskEngine.reportsEnabled property to false.
- Configure the riskEngine.reportsMaxStored property
- Under Key, find riskEngine.reportsMaxStored.
- Click the edit button.
- Specify the number of reports for the risk engine to store.
- Click Save.
Parent topic: Risk management overview
Related tasks