Individual rule examples
The following are various examples of rules to show how the fields in the table work together.
Rule example
RuleNumber | CategoryID | ReportName | ShowMatches | Enabled | Proceed |
---|---|---|---|---|---|
1 | .* | PASSWORD_RESET_REQUESTS | True | True | True |
2 | ANALYTICS_CATEGORY_USERS | .* | True | True | True |
3 | .* | REPORTS_* | False | True | True |
4 | .* | SOD_* | True | False | True |
5 | .* | REPORTS_LOGIN_FAILURES | True | True | False |
The rules do the following:
Rule 1 Analytics report PASSWORD_RESET_REQUESTS under all categories are shown
Rule 2 All analytics reports under category ANALYTICS_CATEGORY_USERS are shown
Rule 3 All analytics reports matching string REPORTS_ are hidden. Non-matched reports are shown.
Rule 4 Is disabled; Enabled is set to False.
Rule 5 If there are no analytics reports matching string REPORTS_LOGIN_FAILURES , subsequent rules are processed. If there is matching, no subsequents are processed.