|
1 | 1 | [[red-yellow-cluster-status]]
|
2 |
| -=== Red or yellow cluster status |
3 |
| - |
4 |
| -A red or yellow cluster status indicates one or more shards are missing or |
5 |
| -unallocated. These unassigned shards increase your risk of data loss and can |
6 |
| -degrade cluster performance. |
| 2 | +=== Red or yellow cluster health status |
| 3 | + |
| 4 | +A red or yellow cluster health status indicates one or more shards are not assigned to |
| 5 | +a node. |
| 6 | + |
| 7 | +* **Red health status**: The cluster has some unassigned primary shards, which |
| 8 | +means that some operations such as searches and indexing may fail. |
| 9 | +* **Yellow health status**: The cluster has no unassigned primary shards but some |
| 10 | +unassigned replica shards. This increases your risk of data loss and can degrade |
| 11 | +cluster performance. |
| 12 | + |
| 13 | +When your cluster has a red or yellow health status, it will continue to process |
| 14 | +searches and indexing where possible, but may delay certain management and |
| 15 | +cleanup activities until the cluster returns to green health status. For instance, |
| 16 | +some <<index-lifecycle-management,{ilm-init}>> actions require the index on which they |
| 17 | +operate to have a green health status. |
| 18 | + |
| 19 | +In many cases, your cluster will recover to green health status automatically. |
| 20 | +If the cluster doesn't automatically recover, then you must <<fix-red-yellow-cluster-status,manually address>> |
| 21 | +the remaining problems so management and cleanup activities can proceed. |
7 | 22 |
|
8 | 23 | [discrete]
|
9 | 24 | [[diagnose-cluster-status]]
|
|
0 commit comments