Skip to content

Commit 36b79ca

Browse files
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.
1 parent 9fa27f3 commit 36b79ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-logging-clo-status.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ status: <1>
8989
notReady:
9090
ready:
9191
- elasticsearch-cdm-mkkdys93-1-7f7c6-mjm7c
92-
visualization: <4>
92+
visualization: <4>
9393
kibanaStatus:
9494
- deployment: kibana
9595
pods:

0 commit comments

Comments
 (0)