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.
164
164
--
165
165
166
166
When 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
+ --------------------------------------------------
168
181
169
182
--
170
183
You can’t perform that action at this time.
0 commit comments