Skip to content

Commit 8ca11f5

Browse files
authored
[Docs] Enhance rolling upgrade guide (#49686)
Add a couple of pointers for the user to check the overall cluster health and the version of ES running on every node. Fixes: #49670
1 parent cab99c0 commit 8ca11f5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/reference/upgrade/rolling_upgrade.asciidoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,20 @@ recovery completes.
164164
--
165165

166166
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+
--------------------------------------------------
168181

169182
--
170183

0 commit comments

Comments
 (0)