Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Introducing incident detection in Red Hat Advanced Cluster Management for Kubernetes 2.14

August 5, 2025
Tomas Remes Luiz Bernardo Levenhagen
Related topics:
Hybrid CloudObservabilityOperators
Related products:
Red Hat Advanced Cluster Management for KubernetesRed Hat OpenShiftRed Hat OpenShift Container Platform

Share:

    Incident detection groups the cascade of related alerts that occur during system issues (alert storms) into manageable incidents. This helps teams identify root causes more effectively and prioritize critical problems by providing a color-coded timeline and categorizing alerts by severity and affected components, rather than getting overwhelmed by individual notifications. 

    To address this challenge, the incident detection feature, currently a technology preview for Red Hat OpenShift with the Cluster Observability Operator, allows users to navigate between incidents and related alerts within a single cluster. Utilizing this feature requires installing and correctly configuring the Cluster Observability Operator on each cluster. This can be tedious when you manage multiple clusters, but luckily the Red Hat Advanced Cluster Management for Kubernetes is here to help.

    Red Hat Advanced Cluster Management for Kubernetes 2.14 introduces a development preview of the incident detection feature, enabling the deployment of the Cluster Observability Operator across all managed clusters.

    Installing the Incidents overview in the Advanced Cluster Management Hub cluster

    The installation is implemented in multicluster-observability-addon, which is managed by the MultiClusterObservability custom resource. This add-on relies on several CustomResourceDefinitions that must be present in the Hub cluster. Currently, these CRDs require manual installation, a process that will be automated or addressed differently in future releases.

    To manually install of the CRDs, you can perform the following steps (note you will need kubectl, Git, and curl to be available in your system):

    1. Clone the multicluster-observability-addon repository:

      git clone git@github.com:stolostron/multicluster-observability-addon.git
    2. Log in to the Hub cluster.
    3. Install the CRDs with:

      make install-crds

    You can now enable incident detection by updating the MultiClusterObservability custom resource, which installs the Cluster Observability Operator on spoke clusters. You can update it in the UI using the OpenShift Container Platform web console (Figure 1).

    Enabling incident detection by updating the MultiClusterObservability custom resource in the OpenShift web console.
    Figure 1: Enabling incident detection by updating the MultiClusterObservability custom resource in the OpenShift web console.

    The crucial YAML configuration is the following part (as mentioned in the dev preview docs):

     capabilities:
        platform:
          analytics:
            incidentDetection:
              enabled: true

    Alternatively, you can patch the custom resource by using the OpenShift client:

    oc patch multiclusterobservabilities.observability.open-cluster-management.io observability --type=merge -p '{"spec":{"capabilities":{"platform":{"analytics":{"incidentDetection":{"enabled":true}}}}}}'

    This creates the multicluster-observability-addon-manager Pod in the open-cluster-management-observability namespace, and the Cluster Observability Operator is installed to the spoke clusters as well as to the Hub cluster, as shown in Figure 2.

    Cluster Observability Operator installation in spoke clusters.
    Figure 2: Cluster Observability Operator installation in spoke clusters.

    Having the Cluster Observability Operator already installed on some spoke clusters leads to the issue with two OperatorGroup resources (tracked in COO-973). To resolve this, delete one of the OperatorGroup resources. 

    Incidents overview in the Advanced Cluster Management Grafana

    Once the Cluster Observability Operator has been successfully installed, a new Incidents menu item will appear under the Observe menu on the left (Figure 3).

    Incidents menu item in the OpenShift web console.
    Figure 3: Incidents menu item in the OpenShift web console.

    More importantly, the required Prometheus metrics will be forwarded to the Advanced Cluster Management Thanos instance and you can review the Incidents overview in the RHACM Grafana instance in the Dashboards → Incidents → Incidents Overview. See Figure 4.

    Incidents Overview in the Advanced Cluster Management Grafana instance.
    Figure 4:  Incidents Overview in the Advanced Cluster Management Grafana instance.

    The incidents overview displays a dropdown list for filtering the clusters, followed by a table of active incidents within the selected cluster. Incidents in the table are sorted by priority in descending order and each row in the table corresponds to a single incident. The Incident detail user interface within the OpenShift web console is displayed as shown in Figure 5.

    Incident detail user interface within the OpenShift web console.
    Figure 5: Incident detail user interface within the OpenShift web console.

    A link to the corresponding incident detail in the OpenShift Container Platform web console of the respective cluster is available in the first column on the left. The Incident detail user interface requires OpenShift version 4.19 (or later) and Cluster Observability Operator version 1.2 (or later) to function. 

    The next columns show the incident's severity, the components involved, and the alerts involved. The rightmost column indicates the incident's occurrence time.

    Figure 6 shows the active incidents in each cluster, there is a graph displaying the number of incidents over time.

    Graph displaying the number of active incidents over time in each cluster.
    Figure 6: Graph displaying the number of active incidents over time in each cluster.

    Interactive demo

    Check out the following interactive demo to see a snapshot of this feature, and understand on how to identify abnormal, suspicious, or critical events occurring within a cluster and timely plan a course of action.

    What’s next?

    Ready to experience incident detection in Red Hat Advanced Cluster Management 2.14? Existing customers can upgrade through their usual channels. If you're a new user, visit the Red Hat Advanced Cluster Management product page to learn more, start a trial, or explore the documentation.

    We’d also like you to help shape the future of this feature. We are looking forward to receiving your feedback. You can share your questions and recommendations with us using the Red Hat OpenShift feedback form.

    Last updated: August 18, 2025

    Related Posts

    • Incident detection for OpenShift tech preview is here

    • Installing Red Hat Advanced Cluster Management (ACM) for Kubernetes

    • Monitor OpenShift Virtualization using user-defined projects and Grafana

    • Monitor an Ansible Automation Platform database using Prometheus and Grafana

    • Six popular incident management tools for Red Hat Enterprise Linux

    • How incident detection simplifies OpenShift observability

    Recent Posts

    • Cloud bursting with confidential containers on OpenShift

    • Reach native speed with MacOS llama.cpp container inference

    • A deep dive into Apache Kafka's KRaft protocol

    • Staying ahead of artificial intelligence threats

    • Strengthen privacy and security with encrypted DNS in RHEL

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue