# Why there is a unassigned shard

**URL:** https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959
**Category:** Elasticsearch
**Created:** [May 13, 2016, 3:35am UTC](https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959 "2016-05-13T03:35:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![makeyang](https://avatars.discourse-cdn.com/v4/letter/m/f05b48/32.png) [@makeyang](https://discuss.elastic.co/u/makeyang)
#### Post date: [May 13, 2016, 3:35am UTC](https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959/1 "2016-05-13T03:35:35Z")

</div>

my cluster has a unassigned shard and i run this command:  
\_cluster/reroute?explain=true

it gives below:  
"unassigned": [  
{  
"node": null,  
"unassigned\_info": {  
"reason": "INDEX\_CREATED",  
"at": "2016-05-13T02:40:36.058Z"  
},  
"index": ".node\_monitor-2016.05.13",  
"relocating\_node": null,  
"state": "UNASSIGNED",  
"shard": 0,  
"version": 2,  
"primary": false  
}  
]

why there is a unassigned shard and it keeps stay unassigned?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 13, 2016, 4:01am UTC](https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959/2 "2016-05-13T04:01:46Z")

</div>

Check your master logs, it should mention something.

---

<div class="post-metadata">

### Author: ![makeyang](https://avatars.discourse-cdn.com/v4/letter/m/f05b48/32.png) [@makeyang](https://discuss.elastic.co/u/makeyang)
#### Post date: [May 13, 2016, 5:40am UTC](https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959/3 "2016-05-13T05:40:43Z")

</div>

found it.  
is there plan to make it more easy to get like some info in each unassigned shard?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 13, 2016, 2:00pm UTC](https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959/4 "2016-05-13T14:00:39Z")

</div>

Yeah, there is an API call coming in v5 to help with that 🙂

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 10:51pm UTC](https://discuss.elastic.co/t/why-there-is-a-unassigned-shard/49959/5 "2017-07-05T22:51:46Z")

</div>


