Skip to content

Commit 7d62bee

Browse files
authored
Merge pull request #90033 from openshift-cherrypick-robot/cherry-pick-89957-to-enterprise-4.15
[enterprise-4.15] Update cluster-logging-kibana-scaling.adoc
2 parents db409a0 + 470c90a commit 7d62bee

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]
@@ -25,14 +25,14 @@ apiVersion: "logging.openshift.io/v1"
2525
kind: "ClusterLogging"
2626
metadata:
2727
name: "instance"
28-
28+
namespace: openshift-logging
2929
....
3030
3131
spec:
32-
visualization:
33-
type: "kibana"
34-
kibana:
35-
replicas: 1 <1>
32+
visualization:
33+
type: "kibana"
34+
kibana:
35+
replicas: 1 <1>
3636
----
3737
<1> Specify the number of Kibana nodes.
3838

0 commit comments

Comments
 (0)