Skip to content

Commit ebb7678

Browse files
authored
Merge pull request #89957 from prithvipatil97/patch-36
Update cluster-logging-kibana-scaling.adoc
2 parents 06407f6 + 7baccf4 commit ebb7678

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/cluster-logging-kibana-scaling.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can scale the pod that hosts the log visualizer for redundancy.
1414
+
1515
[source,terminal]
1616
----
17-
$ oc edit ClusterLogging instance
17+
$ oc -n openshift-logging edit ClusterLogging instance
1818
----
1919
+
2020
[source,yaml]
@@ -23,13 +23,13 @@ apiVersion: "logging.openshift.io/v1"
2323
kind: "ClusterLogging"
2424
metadata:
2525
name: "instance"
26-
26+
namespace: openshift-logging
2727
....
2828
2929
spec:
30-
visualization:
31-
type: "kibana"
32-
kibana:
33-
replicas: 1 <1>
30+
visualization:
31+
type: "kibana"
32+
kibana:
33+
replicas: 1 <1>
3434
----
3535
<1> Specify the number of Kibana nodes.

0 commit comments

Comments
 (0)