Dashboard extension examples and tools for Cloud Pak for AIOps
NOTE - The UI extension template is currently pending a fix that will be delivered in IBM Cloud Pak for AIOps 4.9.1 (GA on 30th April 2025) and until that time will not function correctly when used against a cluster. The storybook functionality is not impacted.
Components are the widgets that comprise your dashboard. Components must be exported as panels to be used in a dashboard region. These are written in React.js, and we recommend Carbon Design System as the UI framework, although you may use any React.js compatible library.
For convenience, a query hook is provided that allows secure access to most of the issue resolution data. Of course, you're free to pull in data from other sources.
Routes define a browser path to your dashboard within Cloud Pak for AIOps. This includes how components are organized and whether they're exposed in the Cloud Pak for AIOps main menu. An example for local development is provided.
Visit our storybook for examples based on real Netcool customers.
You can also install the examples into an actual Cloud Pak for AIOps cluster. For a guide on embedding a Grafana page, see the doc here.
See our getting started page for the step-by-step process.