Skip to content

Commit d1ed1d3

Browse files
authored
Merge pull request #70364 from kblake2016/HCCDOC-1765
[HCCDOC#1765]: Add recommendations-filtering content to Remote Health Monitoring
2 parents 11036f2 + 655b3f1 commit d1ed1d3

4 files changed

+68
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="filtering-unnecessary-advisor-recommendations_{context}"]
7+
= Filtering Insights advisor recommendations
8+
9+
As an {product-title} cluster manager, you can filter the recommendations that are displayed on the recommendations list. By applying filters, you can reduce the number of reported recommendations and concentrate on your highest priority recommendations.
10+
11+
The following procedure demonstrates how to set and remove *Category* filters; however, the procedure is applicable to any of the filter types and respective values.
12+
13+
.Prerequisites
14+
You are logged in to the https://console.redhat.com/openshift[OpenShift Cluster Manager Hybrid Cloud Console].
15+
16+
.Procedure
17+
. Go to *Red Hat Hybrid Cloud Console* -> *OpenShift* -> *Advisor recommendations*.
18+
. In the main, filter-type drop-down list, select the *Category* filter type.
19+
. Expand the filter-value drop-down list and select the checkbox next to each category of recommendation you want to view. Leave the checkboxes for unnecessary categories clear.
20+
. Optional: Add additional filters to further refine the list.
21+
22+
Only recommendations from the selected categories are shown in the list.
23+
24+
.Verification
25+
26+
* After applying filters, you can view the updated recommendations list. The applied filters are added next to the default filters.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="insights-operator-advisor-recommendation-filters_{context}"]
7+
= Advisor recommendation filters
8+
9+
The Insights advisor service can return a large number of recommendations. To focus on your most critical recommendations, you can apply filters to the https://console.redhat.com/openshift/insights/advisor/recommendations[Advisor recommendations] list to remove low-priority recommendations.
10+
11+
By default, filters are set to only show enabled recommendations that are impacting one or more clusters. To view all or disabled recommendations in the Insights library, you can customize the filters.
12+
13+
To apply a filter, select a filter type and then set its value based on the options that are available in the drop-down list. You can apply multiple filters to the list of recommendations.
14+
15+
You can set the following filter types:
16+
17+
* *Name:* Search for a recommendation by name.
18+
* *Total risk:* Select one or more values from *Critical*, *Important*, *Moderate*, and *Low* indicating the likelihood and the severity of a negative impact on a cluster.
19+
* *Impact:* Select one or more values from *Critical*, *High*, *Medium*, and *Low* indicating the potential impact to the continuity of cluster operations.
20+
* *Likelihood:* Select one or more values from *Critical*, *High*, *Medium*, and *Low* indicating the potential for a negative impact to a cluster if the recommendation comes to fruition.
21+
* *Category:* Select one or more categories from *Service Availability*, *Performance*, *Fault Tolerance*, *Security*, and *Best Practice* to focus your attention on.
22+
* *Status:* Click a radio button to show enabled recommendations (default), disabled recommendations, or all recommendations.
23+
* *Clusters impacted:* Set the filter to show recommendations currently impacting one or more clusters, non-impacting recommendations, or all recommendations.
24+
* *Risk of change:* Select one or more values from *High*, *Moderate*, *Low*, and *Very low* indicating the risk that the implementation of the resolution could have on cluster operations.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="removing-filters-from-insights-recommendations_{context}"]
7+
= Removing filters from Insights Advisor recommendations
8+
9+
You can apply multiple filters to the list of recommendations. When ready, you can remove them individually or completely reset them.
10+
11+
.Removing filters individually
12+
* Click the *X* icon next to each filter, including the default filters, to remove them individually.
13+
14+
.Removing all non-default filters
15+
* Click *Reset filters* to remove only the filters that you applied, leaving the default filters in place.

support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ include::modules/insights-operator-advisor-overview.adoc[leveloffset=+1]
1515
include::modules/insights-operator-advisor-recommendations.adoc[leveloffset=+1]
1616
include::modules/displaying-potential-issues-with-your-cluster.adoc[leveloffset=+1]
1717
include::modules/displaying-all-insights-advisor-recommendations.adoc[leveloffset=+1]
18+
include::modules/insights-advisor-recommendations-filters.adoc[leveloffset=+1]
19+
include::modules/filtering-insights-advisor-recommendations.adoc[leveloffset=+2]
20+
include::modules/removing-filters-from-insights-advisor-recommendations.adoc[leveloffset=+2]
1821
include::modules/disabling-insights-advisor-recommendations.adoc[leveloffset=+1]
1922
include::modules/enabling-insights-advisor-recommendations.adoc[leveloffset=+1]
2023
include::modules/displaying-the-insights-status-in-the-web-console.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)