Mention green health.

This commit is contained in:
aetter 2021-06-11 11:15:48 -07:00
parent a4825dbddd
commit c44bdfa895
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ Elasticsearch OSS version | Rolling upgrade path | Cluster restart upgrade path
curl -XGET 'https://localhost:9200/_nodes/_all?pretty=true' -u 'admin:admin' -k
```
Specifically, check the `nodes.<node-id>.version` portion of the response.
Specifically, check the `nodes.<node-id>.version` portion of the response. Also check `_cat/indices?v` for a green status on all indices.
1. (Rolling) Repeat steps 2--5 until all nodes are using the new version.
@ -156,7 +156,7 @@ Elasticsearch OSS version | Rolling upgrade path | Cluster restart upgrade path
curl -XGET -k -u 'admin:admin' 'https://localhost:9200/_nodes/_all?pretty=true'
```
Specifically, check the `nodes.<node-id>.version` portion of the response.
Specifically, check the `nodes.<node-id>.version` portion of the response. Also check `_cat/indices?v` for a green status on all indices.
1. (Rolling) Repeat steps 2--5 until all nodes are using OpenSearch.