View and Manage Alert Reports
You can view and manage alert reports.
View an Alerts Report
- Under Data Safe - Database Security, select Alerts.
- Under Alerts, select Reports.
- Select a report from the list.
Modifying Columns in an Alerts Report
To add or remove columns in the report, do the following:
- Under Data Safe - Database Security, select Alerts.
- Under Alerts, select Reports.
- Select a predefined or custom alerts report.
-
Select the manage columns icon,
.
The Manage Columns window appears.
- Select columns that you want displayed in the report.
- Deselect columns that you want to hide in the report.
- Click Apply Changes.
Basic Filtering in an Alerts Report
To apply basic filters in the report, do the following:
- Under Data Safe - Database Security, select Alerts.
- Under Alerts, select Reports.
- Select a custom or predefined alerts report.
- Under the Actions menu, select Filter alerts.
- Add or remove filters are desired.
- Click Update.
Advanced Filtering in an Alerts Report
Advanced filtering of alert data can provide flexibility in the way that data is analyzed and reviewed, by allowing organizations to specify complex conditions and multiple criteria that must be met in order for data to be included or excluded from the analysis.
To apply advanced filters in the report, do the following:
- Under Data Safe - Database Security, select Alerts.
- Under Alerts, select Reports.
- Select a predefined or custom alerts report.
- Under the Actions menu, select Filter alerts.
- Select Show Advanced SCIM Query Builder.
- Use the provided filter builder and
dropdowns to type in your filter(s). Advanced filtering uses System for
Cross-Domain Identity Management (SCIM) syntax and supported operators include:
co: matches resources with an attribute that contains a given stringeq: matches resources with an attribute that is equal to a given value (not case sensitive)eq_cs: matches resources with an attribute that is equal to a given value (case sensitive)ew: matches resources with an attribute that ends with a given stringge: matches resources with an attribute that is greater than or equal to a given valuegt: matches resources with an attribute that is greater than a given valuein: matches resources with an attribute that is equal to any of given values in listle: matches resources with an attribute that is less than or equal to a given valuelt: matches resources with an attribute that is less than a given valuene: matches resources with an attribute that is not equal to a given valuenot_in: matches resources with an attribute that is not equal to any of given values in listpr: matches resources with an attribute if it has a given valuesw: matches resources with an attribute that starts with a given string
Operators can be grouped using parentheses to specify the order.
Filters can also be combined using logical operators such as
andandor.Note:
If you have any basic filters currently applied they will appear in the query builder as well. - Select Update.
To clear the query builder, select Clear. This will clear any basic filters applied as well.
For more information about SCIM, see the protocol documentation at https://www.rfceditor.org/rfc/rfc7644.
For more information about filtering in SCIM, see the filtering section of the protocol documentation at https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2.
Example 5-1 Critical or high severity alert advanced filter
((severity eq "CRITICAL" or severity eq "HIGH") and status eq "OPEN")
Example 5-2 Critical alerts not on a virtual machine advanced filter
(featureDetails.clientHostname ne "vm") and (severity eq "Critical")
Example 5-3 Critical alerts on two target databases advanced filter
((targetNames eq "ATP01" or targetNames eq "ATP02") and (severity eq "Critical"))
Generate and Download a PDF or XLS Version of an Alerts Report
You can generate and download a PDF or XLS version of your alerts report. The downloaded report includes the details that you are currently viewing on screen.
Create a Custom Alerts Report
You can create a custom report from any alerts report, including the predefined All Alerts report. The details saved to the custom reports are those that you are currently viewing on screen. You may want to create a custom report if you want to preserve the filters and columns displayed in a report that you are viewing online. You may also want to store your custom reports in specific compartments.
Delete a Custom Alerts Report
When you delete a custom alerts report, the report is permanently deleted and cannot be recovered. You cannot delete the predefined All Alerts report.
View Alert Report History
When an alert report is created, either through a schedule or generated on-demand, it will be listed in Alert Report History. The history of reports will be kept for three months. During this time you can view a list of the reports that have been created, details about the reports, and download the reports from Alert Report History.