From 21eaedbdd9db4373c07fe3ede573559eca80bfe7 Mon Sep 17 00:00:00 2001 From: Marc Muehlfeld Date: Mon, 26 Oct 2020 16:32:23 +0100 Subject: [PATCH] Added module: "Displaying the Insights status in the web console" (CCXDEV-3375) --- ...he-insights-status-in-the-web-console.adoc | 23 +++++++++++++++++++ ...-to-identify-issues-with-your-cluster.adoc | 1 + 2 files changed, 24 insertions(+) create mode 100644 modules/displaying-the-insights-status-in-the-web-console.adoc diff --git a/modules/displaying-the-insights-status-in-the-web-console.adoc b/modules/displaying-the-insights-status-in-the-web-console.adoc new file mode 100644 index 0000000000..1a6b385986 --- /dev/null +++ b/modules/displaying-the-insights-status-in-the-web-console.adoc @@ -0,0 +1,23 @@ +// Module included in the following assemblies: +// +// * support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc + +[id="displaying-the-insights-status-in-the-web-console_{context}"] += Displaying the Insights status in the web console + +Insights repeatedly analyzes your cluster and you can display the status of identified potential issues of your cluster in the {product-title} web console. This status shows the number of issues in the different categories and, for further details, links to the reports in the {cloud-redhat-com}. + +.Prerequisites + +* Your cluster is registered in the {cloud-redhat-com}. +* Remote health reporting is enabled, which is the default. +* You are logged in to the {product-title} web console. + +.Procedure + +. Navigate to *Home* -> *Overview* in the {product-title} web console. + +. Click *Insights* on the *Status* card. ++ +The pop-up window lists potential issues grouped by priority. Click the individual categories or *View all in {product-title}* to display further details. + diff --git a/support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc b/support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc index 53f437b679..7837338eed 100644 --- a/support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc +++ b/support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc @@ -7,3 +7,4 @@ toc::[] Insights repeatedly analyzes the data Insights Operator sends. Users of {product-title} can display the report on the *Insights* tab of each cluster in {cloud-redhat-com}. include::modules/displaying-potential-issues-with-your-cluster.adoc[leveloffset=+1] +include::modules/displaying-the-insights-status-in-the-web-console.adoc[leveloffset=+1]