You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/efk-logging-elasticsearch-status.adoc
+87-57Lines changed: 87 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ status: <1>
57
57
----
58
58
<1> In the output, the cluster status fields appear in the `status` stanza.
59
59
<2> The status of the Elasticsearch cluster, `green`, `red`, `yellow`.
60
-
<3> Any status conditions, if present. Any events related to the following conditions are shown:
60
+
<3> Any status conditions, if present. The Elasticsearch cluster status indicates the reasons from the scheduler if a pod could not be placed. Any events related to the following conditions are shown:
61
61
+
62
62
* Container Waiting for both the Elasticsearch and proxy containers,
63
63
* Container Terminated for both the Elasticsearch and proxy containers,
@@ -68,6 +68,92 @@ Also, a condition is shown if the node storage passes the high or low watermark
68
68
<4> The Elasticsearch nodes in the cluster, with `upgradeStatus`.
69
69
<5> The Elasticsearch client, data, and master pods in the cluster, listed under 'failed`, `notReady` or `ready` state.
70
70
71
+
. To view the status of the Elasticsearch pods:
72
+
73
+
.. Get the name of a pod:
74
+
+
75
+
----
76
+
$ oc get pods --selector component=elasticsearch -o name
77
+
78
+
pod/elasticsearch-cdm-1godmszn-1-6f8495-vp4lw
79
+
pod/elasticsearch-cdm-1godmszn-2-5769cf-9ms2n
80
+
pod/elasticsearch-cdm-1godmszn-3-f66f7d-zqkz7
81
+
----
82
+
83
+
.. Get the status of a pod:
84
+
+
85
+
----
86
+
oc describe pod elasticsearch-cdm-1godmszn-1-6f8495-vp4lw
87
+
----
88
+
+
89
+
The output includes the following status information:
0 commit comments