From 17596a3db7bc70727e23deb60c5d8deb86112ced Mon Sep 17 00:00:00 2001 From: Prithviraj Patil <116709298+prithvipatil97@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:40:44 +0530 Subject: [PATCH] Indentation Fault in Viewing Logging status Documentation - There is one indentation fault in Viewing Logging status Documentation. - Here is the documentation link: https://docs.openshift.com/container-platform/4.16/observability/logging/troubleshooting/cluster-logging-cluster-status.html#cluster-logging-clo-status_cluster-logging-cluster-status - Here, the `status.visualization` indentation is wrongly mentioned. ~~~ apiVersion: logging.openshift.io/v1 kind: ClusterLogging # ... status: visualization: <<== visualization indentation is wrongly mentioned kibanaStatus: - deployment: kibana pods: failed: [] notReady: [] ready: - kibana-7fb4fd4cc9-f2nls replicaSets: - kibana-7fb4fd4cc9 replicas: 1 ~~~ - The correct configuration should look like the following: ~~~ apiVersion: logging.openshift.io/v1 kind: ClusterLogging # ... status: visualization: <<=== Correct indentation kibanaStatus: - deployment: kibana pods: failed: [] notReady: [] ready: - kibana-7fb4fd4cc9-f2nls replicaSets: - kibana-7fb4fd4cc9 replicas: 1 ~~~ - Perform this change in our standard documentation. - I am going to raise PR for this change and work on PR merge. --- modules/cluster-logging-clo-status.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cluster-logging-clo-status.adoc b/modules/cluster-logging-clo-status.adoc index c13cd9741c..92bd048f59 100644 --- a/modules/cluster-logging-clo-status.adoc +++ b/modules/cluster-logging-clo-status.adoc @@ -89,7 +89,7 @@ status: <1> notReady: ready: - elasticsearch-cdm-mkkdys93-1-7f7c6-mjm7c -visualization: <4> + visualization: <4> kibanaStatus: - deployment: kibana pods: