Incident list custom widget
The Cloud Pak for AIOps Incident list custom widget can use data selection events from IBM Cognos Analytics visualizations. For example, a bar chart visualization represents priority data. If a high priority bar is selected in the visualization, the Incident list custom widget corresponds and shows high priority incidents only (if the related data source column and Incident property names are matched in the column mapping).
You can use the Incident list widget in conjunction with an Alert list widget. To see the alerts related to a specific incident, select the incident in the widget and the alerts in the Alert list widget are filtered down to the alerts for that incident.
Procedure
Skip steps 1 - 4 if you have already completed them for another widget.
-
Download the IBM Cloud Pak for AIOps widgets and other artifacts that are needed from: github.com: aiops-cognos-analytics/widgets.
-
Create a zipped file out of the entire widgets folder.
On macOS: right-click the widgets folder and select Compress "widgets".
On Windows: right-click the widgets folder and select Send to > Compressed (zipped) folder.
-
Log in to IBM Cognos Analytics. The base URL is
https://<CLUSTER_NAME>/cognosanalytics/aiops/bi/?perspective=home
. -
From the main navigation menu, click Manage > Customization > Extension.
Click the Upload extension icon
and navigate to your compressed file.
The Cloud Pak for AIOps Incident list custom widget is now available to use in new dashboards.
-
From the main navigation menu, click New > Dashboard > Create.
-
Click Custom widgets
.
-
Select the AIOps Incident list and drag it onto the canvas.
-
Click Properties to configure the Cloud Pak for AIOps Incident list in the properties side panel:
-
Filter: Sets the default Filter.
-
View: Sets the default View.
-
Show toolbar: Enables or disables the Incident list toolbar.
-
Show details: Enables or disables the Incident list details side panel.
-
Column mapping: Allows mapping of IBM Cognos Analytics data source columns to Incident properties. The mapping is defined through JSON format, for example:
{"Priority": "priority"}
The value on the left represents the IBM Cognos Analytics data source column. The value on the right represents the Incident properties.
-