Skip to content

Commit 08ac6c9

Browse files
committed
Logging updated workflow to create CL instance
1 parent 3b535e4 commit 08ac6c9

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

modules/efk-logging-deploy-subscription.adoc

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ This makes the Operator available to all users and projects that use this {produ
6868

6969
. Install the Cluster Logging Operator:
7070

71+
.. Click *Catalog* -> *OperatorHub*.
72+
7173
.. Choose *Cluster Logging* from the list of available Operators, and click *Install*.
7274

7375
.. On the *Create Operator Subscription* page, under *A specific namespace on the cluster* select *openshift-logging*.
@@ -98,10 +100,12 @@ under *Status*.
98100

99101
. Create a cluster logging instance:
100102

101-
.. Switch to the the *Administration* -> *CRDs* page.
103+
.. Switch to the the *Administration* -> *Custom Resource Definitions* page.
102104

103105
.. On the *Custom Resource Definitions* page, click *ClusterLogging*.
104106

107+
.. On the *Custom Resource Definition Overview* page, select *View Instances* from the *Actions* menu.
108+
105109
.. On the *Cluster Loggings* page, click *Create Cluster Logging*.
106110
+
107111
You might need to refresh the page to load the data.
@@ -165,18 +169,18 @@ the following CLI output:
165169
----
166170
oc get pods -n openshift-logging
167171
168-
NAME READY STATUS RESTARTS AGE
169-
cluster-logging-operator-788cd-8wkq7 1/1 Running 0 6m12s
170-
elasticsearch-clientdatamaster-0-1-7c78b-qwpz7 0/2 Running 0 35s
171-
elasticsearch-clientdatamaster-0-2-6f57b-75pt7 0/2 Running 0 34s
172-
elasticsearch-clientdatamaster-0-3-584d-vrcvx 0/2 Running 0 34s
173-
fluentd-5jq 1/1 Running 0 30s
174-
fluentd-9fq 0/1 Running 0 30s
175-
fluentd-fxh 1/1 Running 0 30s
176-
fluentd-lk6 0/1 Running 0 30s
177-
fluentd-lx7 1/1 Running 0 30s
178-
fluentd-z9w 0/1 Running 0 30s
179-
kibana-7fb49-fdvck 0/2 Running 0 35s
172+
NAME READY STATUS RESTARTS AGE
173+
cluster-logging-operator-cb795f8dc-xkckc 1/1 Running 0 32m
174+
elasticsearch-cdm-b3nqzchd-1-5c6797-67kfz 2/2 Running 0 14m
175+
elasticsearch-cdm-b3nqzchd-2-6657f4-wtprv 2/2 Running 0 14m
176+
elasticsearch-cdm-b3nqzchd-3-588c65-clg7g 2/2 Running 0 14m
177+
fluentd-2c7dg 1/1 Running 0 14m
178+
fluentd-9z7kk 1/1 Running 0 14m
179+
fluentd-br7r2 1/1 Running 0 14m
180+
fluentd-fn2sb 1/1 Running 0 14m
181+
fluentd-pb2f8 1/1 Running 0 14m
182+
fluentd-zqgqx 1/1 Running 0 14m
183+
kibana-7fb4fd4cc9-bvt4p 2/2 Running 0 14m
180184
----
181185
+
182186
.. Switch to the *Workloads* -> *Pods* page.

0 commit comments

Comments
 (0)