We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db409a0 + 470c90a commit 7d62beeCopy full SHA for 7d62bee
modules/cluster-logging-kibana-scaling.adoc
@@ -14,7 +14,7 @@ You can scale the pod that hosts the log visualizer for redundancy.
14
+
15
[source,terminal]
16
----
17
-$ oc edit ClusterLogging instance
+$ oc -n openshift-logging edit ClusterLogging instance
18
19
20
[source,yaml]
@@ -25,14 +25,14 @@ apiVersion: "logging.openshift.io/v1"
25
kind: "ClusterLogging"
26
metadata:
27
name: "instance"
28
-
+ namespace: openshift-logging
29
....
30
31
spec:
32
- visualization:
33
- type: "kibana"
34
- kibana:
35
- replicas: 1 <1>
+ visualization:
+ type: "kibana"
+ kibana:
+ replicas: 1 <1>
36
37
<1> Specify the number of Kibana nodes.
38
0 commit comments