Skip to content

Commit 3263823

Browse files
committed
improvement in efk-logging-configuring.html
1 parent 3eb5eac commit 3263823

10 files changed

+13
-13
lines changed

modules/efk-logging-about-crd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following is an example of a typical Custom Resource Definition for cluster
2020
apiVersion: "logging.openshift.io/v1"
2121
kind: "ClusterLogging"
2222
metadata:
23-
name: "clusterlogging"
23+
name: "instance"
2424
nodeSpec:
2525
image: openshift/origin-logging-elasticsearch5
2626
resources: {}

modules/efk-logging-elasticsearch-add-remove.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ instance 112m
3737
apiVersion: "logging.openshift.io/v1"
3838
kind: "ClusterLogging"
3939
metadata:
40-
name: "clusterlogging"
40+
name: "instance"
4141
...
4242
- nodeCount: 1 <1>
4343
resources: {}
4444
roles:
4545
- data
4646
storage: {}
4747
----
48-
<1> Specify the number of nodes of this type.
48+
<1> Specify the number of nodes of this type, either 1 or 3.
4949
+
5050
For example, to add two data-only nodes to your cluster:
5151
+
5252
[source,yaml]
5353
----
54-
- nodeCount: 2 (1)
54+
- nodeCount: 3
5555
resources: {}
5656
roles:
5757
- data
@@ -65,7 +65,7 @@ For example, to add two data-only nodes to your cluster:
6565
apiVersion: "logging.openshift.io/v1"
6666
kind: "ClusterLogging"
6767
metadata:
68-
name: "clusterlogging"
68+
name: "instance"
6969
...
7070
nodes:
7171
- nodeCount: 2 <1>

modules/efk-logging-elasticsearch-ha.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Edit the Cluster Logging Custom Resource (CR) in the `openshift-logging` project
4444
apiVersion: "logging.openshift.io/v1"
4545
kind: "ClusterLogging"
4646
metadata:
47-
name: "clusterlogging"
47+
name: "instance"
4848
4949
....
5050

modules/efk-logging-elasticsearch-limits.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ oc edit ClusterLogging instance
3434
apiVersion: "logging.openshift.io/v1"
3535
kind: "ClusterLogging"
3636
metadata:
37-
name: "clusterlogging"
37+
name: "instance"
3838
....
3939
spec:
4040
logStore:

modules/efk-logging-elasticsearch-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ instance 112m
3030
apiVersion: "logging.openshift.io/v1"
3131
kind: "ClusterLogging"
3232
metadata:
33-
name: "clusterlogging"
33+
name: "instance"
3434
3535
....
3636

modules/efk-logging-fluentd-collector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ oc edit ClusterLogging instance
4848
apiVersion: "logging.openshift.io/v1"
4949
kind: "ClusterLogging"
5050
metadata:
51-
name: "clusterlogging"
51+
name: "instance"
5252
nodeSpec:
5353
image: openshift/origin-logging-elasticsearch5
5454
resources: {}

modules/efk-logging-fluentd-limits.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ oc edit ClusterLogging instance
3030
apiVersion: "logging.openshift.io/v1"
3131
kind: "ClusterLogging"
3232
metadata:
33-
name: "clusterlogging"
33+
name: "instance"
3434
3535
....
3636

modules/efk-logging-kibana-limits.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ oc edit ClusterLogging instance
2828
apiVersion: "logging.openshift.io/v1"
2929
kind: "ClusterLogging"
3030
metadata:
31-
name: "clusterlogging"
31+
name: "instance"
3232
3333
....
3434

modules/efk-logging-kibana-scaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ oc edit ClusterLogging instance
3030
apiVersion: "logging.openshift.io/v1"
3131
kind: "ClusterLogging"
3232
metadata:
33-
name: "clusterlogging"
33+
name: "instance"
3434
3535
....
3636

modules/efk-logging-management-state-changing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ oc edit ClusterLogging instance
4242
apiVersion: "logging.openshift.io/v1"
4343
kind: "ClusterLogging"
4444
metadata:
45-
name: "clusterlogging"
45+
name: "instance"
4646
4747
....
4848

0 commit comments

Comments
 (0)