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 06407f6 + 7baccf4 commit ebb7678Copy full SHA for ebb7678
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]
@@ -23,13 +23,13 @@ apiVersion: "logging.openshift.io/v1"
23
kind: "ClusterLogging"
24
metadata:
25
name: "instance"
26
-
+ namespace: openshift-logging
27
....
28
29
spec:
30
- visualization:
31
- type: "kibana"
32
- kibana:
33
- replicas: 1 <1>
+ visualization:
+ type: "kibana"
+ kibana:
+ replicas: 1 <1>
34
35
<1> Specify the number of Kibana nodes.
0 commit comments