File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,20 @@ recovery completes.
164164--
165165
166166When the node has recovered and the cluster is stable, repeat these steps
167- for each node that needs to be updated.
167+ for each node that needs to be updated. You can monitor the health of the cluster
168+ with a <<cat-health,`_cat/health`>> request:
169+
170+ [source,console]
171+ --------------------------------------------------
172+ GET /_cat/health?v
173+ --------------------------------------------------
174+
175+ And check which nodes have been upgraded with a <<cat-nodes,`_cat/nodes`>> request:
176+
177+ [source,console]
178+ --------------------------------------------------
179+ GET /_cat/nodes?h=ip,name,version&v
180+ --------------------------------------------------
168181
169182--
170183
You can’t perform that action at this time.
0 commit comments