# 3 node cluster errors

**URL:** https://discuss.elastic.co/t/3-node-cluster-errors/232088
**Category:** Elasticsearch
**Created:** [May 11, 2020, 5:56pm UTC](https://discuss.elastic.co/t/3-node-cluster-errors/232088 "2020-05-11T17:56:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kawalec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kawalec/32/46404_2.png) [@kawalec](https://discuss.elastic.co/u/kawalec)
#### Post date: [May 11, 2020, 5:56pm UTC](https://discuss.elastic.co/t/3-node-cluster-errors/232088/1 "2020-05-11T17:56:19Z")

</div>

I've followed the instructions to set up 3 node cluster. I also have added master node: true and data node: true to all nodes and have tried without. No matter what I do I can not get my cluster to run clean. Can not see what I could be doing wrong

curl -u elastic -XGET [http://10.10.x.x:9200/\_cluster/health?pretty](http://10.10.x.x:9200/_cluster/health?pretty)  
Enter host password for user 'elastic':  
{  
"cluster\_name" : "elk",  
"status" : "yellow",  
"timed\_out" : false,  
"number\_of\_nodes" : 1,  
"number\_of\_data\_nodes" : 1,  
"active\_primary\_shards" : 38,  
"active\_shards" : 38,  
"relocating\_shards" : 0,  
"initializing\_shards" : 0,  
"unassigned\_shards" : 17,  
"delayed\_unassigned\_shards" : 0,  
"number\_of\_pending\_tasks" : 0,  
"number\_of\_in\_flight\_fetch" : 0,  
"task\_max\_waiting\_in\_queue\_millis" : 0,  
"active\_shards\_percent\_as\_number" : 69.0909090909091  
}

---

<div class="post-metadata">

### Author: ![elasticforme](https://avatars.discourse-cdn.com/v4/letter/e/f05b48/32.png) [@elasticforme](https://discuss.elastic.co/u/elasticforme)
#### Post date: [May 11, 2020, 6:17pm UTC](https://discuss.elastic.co/t/3-node-cluster-errors/232088/2 "2020-05-11T18:17:27Z")

</div>

> [@kawalec](#):
>
> "unassigned\_shards" : 17

it is yellow because of above reason.

[https://qbox.io/blog/unassigned-shards-elasticsearch-cluster-allocation-explain-api](https://qbox.io/blog/unassigned-shards-elasticsearch-cluster-allocation-explain-api)

---

<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: [June 8, 2020, 6:17pm UTC](https://discuss.elastic.co/t/3-node-cluster-errors/232088/3 "2020-06-08T18:17:33Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
