# Cluster yellow state

**URL:** https://discuss.elastic.co/t/cluster-yellow-state/17942
**Category:** Elasticsearch
**Created:** [June 5, 2014, 11:35pm UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942 "2014-06-05T23:35:36Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![flyer](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flyer/32/1507_2.png) [@flyer](https://discuss.elastic.co/u/flyer)
#### Post date: [June 5, 2014, 11:35pm UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942/1 "2014-06-05T23:35:36Z")

</div>

I have a cluster of two nodes and have the following configs for shards and  
replicas:

index.number\_of\_shards: 10

> 

index.number\_of\_replicas: 1

But when I index around 10k data or just one data, I find that there are  
always 4 replica shards not to be allocated.

Is there a method to allocate all replica shards on the two nodes? Thanks  
in advance.

--  
宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [June 5, 2014, 11:57pm UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942/2 "2014-06-05T23:57:28Z")

</div>

Try removing the replicas and then readding them.  
You can also force allocation -

> **[Elasticsearch Platform — Find real-time answers at scale](https://www.elastic.co)**
>
> Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.

- but the first option is an easier one to start with.

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 6 June 2014 09:35, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:

> I have a cluster of two nodes and have the following configs for shards  
> and replicas:
> 
> index.number\_of\_shards: 10
> 
> > 
> 
> index.number\_of\_replicas: 1
> 
> But when I index around 10k data or just one data, I find that there are  
> always 4 replica shards not to be allocated.
> 
> Is there a method to allocate all replica shards on the two nodes? Thanks  
> in advance.
> 
> --  
> 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com)  
> [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![flyer](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flyer/32/1507_2.png) [@flyer](https://discuss.elastic.co/u/flyer)
#### Post date: [June 6, 2014, 1:46am UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942/3 "2014-06-06T01:46:24Z")

</div>

Because it's difficult to recognize which shards are replica (I haven't  
installed the head plugin), I removed all of the index data, tried to  
reindex the data but got the same results that there were still some  
replica shards not to be allocated.

I want to know why there're some replica not to be allocated.

"shard allocation filter" seems troublesome. So is there another way to  
solve this problem other than using shard allocation filter?

On Fri, Jun 6, 2014 at 7:57 AM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
wrote:

> Try removing the replicas and then readding them.  
> You can also force allocation -  
> [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html)
> 
> - but the first option is an easier one to start with.
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 6 June 2014 09:35, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:
> 
> > I have a cluster of two nodes and have the following configs for shards  
> > and replicas:
> > 
> > index.number\_of\_shards: 10
> > 
> > > 
> > 
> > index.number\_of\_replicas: 1
> > 
> > But when I index around 10k data or just one data, I find that there are  
> > always 4 replica shards not to be allocated.
> > 
> > Is there a method to allocate all replica shards on the two nodes? Thanks  
> > in advance.
> > 
> > --  
> > 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com)  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG9MwJ4xNhouWmOUAhj3B5%3DNujcOSsRvChmYyOL-k3POYA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG9MwJ4xNhouWmOUAhj3B5%3DNujcOSsRvChmYyOL-k3POYA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![flyer](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flyer/32/1507_2.png) [@flyer](https://discuss.elastic.co/u/flyer)
#### Post date: [June 6, 2014, 3:46am UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942/4 "2014-06-06T03:46:04Z")

</div>

I add another node into the cluster and now after I index data, the state  
of the cluster becomes green.

If the replica number is 1, must I have at least 3 nodes to assure that the  
state of the cluster is green?

On Fri, Jun 6, 2014 at 9:46 AM, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:

> Because it's difficult to recognize which shards are replica (I haven't  
> installed the head plugin), I removed all of the index data, tried to  
> reindex the data but got the same results that there were still some  
> replica shards not to be allocated.
> 
> I want to know why there're some replica not to be allocated.
> 
> "shard allocation filter" seems troublesome. So is there another way to  
> solve this problem other than using shard allocation filter?
> 
> On Fri, Jun 6, 2014 at 7:57 AM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> wrote:
> 
> > Try removing the replicas and then readding them.  
> > You can also force allocation -  
> > [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html)
> > 
> > - but the first option is an easier one to start with.
> > 
> > Regards,  
> > Mark Walkom
> > 
> > Infrastructure Engineer  
> > Campaign Monitor  
> > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > 
> > On 6 June 2014 09:35, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:
> > 
> > > I have a cluster of two nodes and have the following configs for  
> > > shards and replicas:
> > > 
> > > index.number\_of\_shards: 10
> > > 
> > > > 
> > > 
> > > index.number\_of\_replicas: 1
> > > 
> > > But when I index around 10k data or just one data, I find that there are  
> > > always 4 replica shards not to be allocated.
> > > 
> > > Is there a method to allocate all replica shards on the two nodes?  
> > > Thanks in advance.
> > > 
> > > --  
> > > 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google  
> > > Groups "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send  
> > > an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com)  
> > > [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > > .  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。

--  
宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-WZZABmG9Ts%3DmbJfjAbMspHDjSSEsTL8C8Yjm3qxxDcg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-WZZABmG9Ts%3DmbJfjAbMspHDjSSEsTL8C8Yjm3qxxDcg%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![flyer](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flyer/32/1507_2.png) [@flyer](https://discuss.elastic.co/u/flyer)
#### Post date: [June 6, 2014, 9:32am UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942/5 "2014-06-06T09:32:04Z")

</div>

It's caused by different versions of ES. In my previous test, one node use  
ES-1.1.1 and the other uses ES-1.1.2. After every node of the cluster uses  
the same version of ES, then the first problem disappears.

Thank you very much!

On Fri, Jun 6, 2014 at 11:46 AM, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:

> I add another node into the cluster and now after I index data, the state  
> of the cluster becomes green.
> 
> If the replica number is 1, must I have at least 3 nodes to assure that  
> the state of the cluster is green?
> 
> On Fri, Jun 6, 2014 at 9:46 AM, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:
> 
> > Because it's difficult to recognize which shards are replica (I haven't  
> > installed the head plugin), I removed all of the index data, tried to  
> > reindex the data but got the same results that there were still some  
> > replica shards not to be allocated.
> > 
> > I want to know why there're some replica not to be allocated.
> > 
> > "shard allocation filter" seems troublesome. So is there another way to  
> > solve this problem other than using shard allocation filter?
> > 
> > On Fri, Jun 6, 2014 at 7:57 AM, Mark Walkom [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > wrote:
> > 
> > > Try removing the replicas and then readding them.  
> > > You can also force allocation -  
> > > [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html)
> > > 
> > > - but the first option is an easier one to start with.
> > > 
> > > Regards,  
> > > Mark Walkom
> > > 
> > > Infrastructure Engineer  
> > > Campaign Monitor  
> > > email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> > > web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> > > 
> > > On 6 June 2014 09:35, flyer [flyer103@gmail.com](mailto:flyer103@gmail.com) wrote:
> > > 
> > > > I have a cluster of two nodes and have the following configs for  
> > > > shards and replicas:
> > > > 
> > > > index.number\_of\_shards: 10
> > > > 
> > > > > 
> > > > 
> > > > index.number\_of\_replicas: 1
> > > > 
> > > > But when I index around 10k data or just one data, I find that there  
> > > > are always 4 replica shards not to be allocated.
> > > > 
> > > > Is there a method to allocate all replica shards on the two nodes?  
> > > > Thanks in advance.
> > > > 
> > > > --  
> > > > 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。
> > > > 
> > > > --  
> > > > You received this message because you are subscribed to the Google  
> > > > Groups "elasticsearch" group.  
> > > > To unsubscribe from this group and stop receiving emails from it, send  
> > > > an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > > To view this discussion on the web visit  
> > > > [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com)  
> > > > [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B\_v4arR%3DzHwA%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG-%2BKobeupzPhOiF0FZ9Lf0eeWsBOotLEd%2B_v4arR%3DzHwA%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > > > .  
> > > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google  
> > > Groups "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send  
> > > an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com)  
> > > [https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQny1Uy2RwKJ%2BRYi0hLexjFv2%2B8E8jkZccQpsqLrKong%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> > > .  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。
> 
> --  
> 宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。

--  
宠辱不惊，闲看庭前花开花落；去留无意，漫随天边云卷云舒。

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAKLbBG8C9FwazZH0GEgdfRKXEKz2FCaOfDk5xt14%3DwFowieEcQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKLbBG8C9FwazZH0GEgdfRKXEKz2FCaOfDk5xt14%3DwFowieEcQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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 6, 2017, 1:24am UTC](https://discuss.elastic.co/t/cluster-yellow-state/17942/6 "2017-07-06T01:24:15Z")

</div>


