The following are the key specifications and configuration parameters of the Alert Listing app:
- Description: Once you configured this app you are able to see a detailed list of alerts.
- Configuration Parameters:
- Add Query:
- Default query: The default query { status IN (“OPEN”, “ACKNOWLEDGED”, “TICKETED”, “SUPPRESSED”, “CORRELATED”) AND UpdatedTime >= -7d }will be populated by default when opens alert listing app. User can able to modify/delete the default query and run his specific query
- Using an OpsQL query, you can customize the report result. If users did not select “Time related attributes” in the query string, in that case the user selection query would be appended by default.
For example: If a user only selects the alertType attributes, the query will automatically append withAND updatedTime > '-7d'
The query will look like below:
(alertType = “MONITORING”) AND updatedTime > ‘-7d’
- Select Client: You can select a single client/ All clients from the dropdown list. Only selected client data will get into the report.
- Select Attributes:
- Default attributes: The default attributes (Alert Id, Object Name, Object Type, Ip Address, Subject, Metric, Current State, Created Time, Is Inference Alert, Inference Id) will be populated by default. User can modify/delete default attributes and select his required attributes to view in the report.
- Only selected attributes related data will be included in the report. If no attributes are selected, the default attributes data will be included in the report.
Note
The UI page will only display the first 10 selected attributes from the configuration parameter section for the run results. This is due to better UI representation. If you want to see all of the selected attributes (more than 10), then download and open the run report in excel format.
- Format: Reports are generated only in XLSX format.
- Add Query:
- Supported users accounts: Partner/Client Level.
Sample of Alerts Listing reports in XLSX format:
Next Steps
Refer to the Installation documentation on how to install and configure the apps.