# The effective way to update elasticsearch.yml

**URL:** https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251
**Category:** Elasticsearch
**Created:** [February 18, 2015, 9:51pm UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251 "2015-02-18T21:51:19Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Xiaolin\_Xie](https://avatars.discourse-cdn.com/v4/letter/x/a87d85/32.png) [@Xiaolin\_Xie](https://discuss.elastic.co/u/Xiaolin_Xie)
#### Post date: [February 18, 2015, 9:51pm UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/1 "2015-02-18T21:51:19Z")

</div>

Hi ES guys

I am a n00b to elasticsearch. We have a cluster of ES nodes(24 hosts). I  
need to enable the "http.compression" to for this cluster. Do I have to  
manually edit the elasticsearch.yml file in each host and then restart  
elasticserach service in each host to take the configuration change? Is  
there an easier way for me to do that, such as a http endpoint to enable  
the "http.compression"?

Thanks a lot for the help.

Xiaolin.

--  
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/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.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: [February 18, 2015, 10:10pm UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/2 "2015-02-18T22:10:00Z")

</div>

Yes this is an update and restart.

You should really be using things like puppet/chef/ansible to manage config  
🙂

On 19 February 2015 at 08:51, Xiaolin Xie [alphabnu@gmail.com](mailto:alphabnu@gmail.com) wrote:

> Hi ES guys
> 
> I am a n00b to elasticsearch. We have a cluster of ES nodes(24 hosts). I  
> need to enable the "http.compression" to for this cluster. Do I have to  
> manually edit the elasticsearch.yml file in each host and then restart  
> elasticserach service in each host to take the configuration change? Is  
> there an easier way for me to do that, such as a http endpoint to enable  
> the "http.compression"?
> 
> Thanks a lot for the help.
> 
> Xiaolin.
> 
> --  
> 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/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.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/CAEYi1X9ye4KQ-%2B26QrAt10Z\_Df%2BHF8BQd8GLpvTqNUn-ojnmfw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9ye4KQ-%2B26QrAt10Z_Df%2BHF8BQd8GLpvTqNUn-ojnmfw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Xiaolin\_Xie](https://avatars.discourse-cdn.com/v4/letter/x/a87d85/32.png) [@Xiaolin\_Xie](https://discuss.elastic.co/u/Xiaolin_Xie)
#### Post date: [February 18, 2015, 11:08pm UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/3 "2015-02-18T23:08:58Z")

</div>

Hi Mark

Thanks a lot for the quick response. Does elasticsearch itself has any  
restful API for me to enable the option "http.compression"? Thus, one http  
request to the ES cluster will do the job for me.

Xiaolin.

On Wednesday, February 18, 2015 at 2:10:32 PM UTC-8, Mark Walkom wrote:

> Yes this is an update and restart.
> 
> You should really be using things like puppet/chef/ansible to manage  
> config 🙂
> 
> On 19 February 2015 at 08:51, Xiaolin Xie \<[alph...@gmail.com](mailto:alph...@gmail.com) \<javascript:\>
> 
> > wrote:
> 
> > Hi ES guys
> > 
> > I am a n00b to elasticsearch. We have a cluster of ES nodes(24 hosts). I  
> > need to enable the "http.compression" to for this cluster. Do I have to  
> > manually edit the elasticsearch.yml file in each host and then restart  
> > elasticserach service in each host to take the configuration change? Is  
> > there an easier way for me to do that, such as a http endpoint to enable  
> > the "http.compression"?
> > 
> > Thanks a lot for the help.
> > 
> > Xiaolin.
> > 
> > --  
> > 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.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/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.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: [February 19, 2015, 12:18am UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/4 "2015-02-19T00:18:03Z")

</div>

Turns out you can enable this dynamically, but you have to close all your  
indices for it to be accepted.

On 19 February 2015 at 10:08, Xiaolin Xie [alphabnu@gmail.com](mailto:alphabnu@gmail.com) wrote:

> Hi Mark
> 
> Thanks a lot for the quick response. Does elasticsearch itself has any  
> restful API for me to enable the option "http.compression"? Thus, one http  
> request to the ES cluster will do the job for me.
> 
> Xiaolin.
> 
> On Wednesday, February 18, 2015 at 2:10:32 PM UTC-8, Mark Walkom wrote:
> 
> > Yes this is an update and restart.
> > 
> > You should really be using things like puppet/chef/ansible to manage  
> > config 🙂
> > 
> > On 19 February 2015 at 08:51, Xiaolin Xie [alph...@gmail.com](mailto:alph...@gmail.com) wrote:
> > 
> > > Hi ES guys
> > > 
> > > I am a n00b to elasticsearch. We have a cluster of ES nodes(24 hosts). I  
> > > need to enable the "http.compression" to for this cluster. Do I have to  
> > > manually edit the elasticsearch.yml file in each host and then restart  
> > > elasticserach service in each host to take the configuration change? Is  
> > > there an easier way for me to do that, such as a http endpoint to enable  
> > > the "http.compression"?
> > > 
> > > Thanks a lot for the help.
> > > 
> > > Xiaolin.
> > > 
> > > --  
> > > 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%  
> > > [40googlegroups.com](http://40googlegroups.com)  
> > > [https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.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/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.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/CAEYi1X8\_Ugh86Z2fd7yo5bVkKoveVadgoQHeyw4XeV-XAzqxtQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X8_Ugh86Z2fd7yo5bVkKoveVadgoQHeyw4XeV-XAzqxtQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Xiaolin\_Xie](https://avatars.discourse-cdn.com/v4/letter/x/a87d85/32.png) [@Xiaolin\_Xie](https://discuss.elastic.co/u/Xiaolin_Xie)
#### Post date: [February 19, 2015, 1:39am UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/5 "2015-02-19T01:39:51Z")

</div>

Hi Mark

I am a little bit confused here. The option(http.compression) makes  
elasticsearch return a "zipped" http response to client when possible (with  
Accept-Encoding). Why does it request the close of indices? what do you  
mean "close" here?

In addition, what is the http endpoint for enable this option?

Thanks a lot for your help

Xiaolin.

On Wednesday, February 18, 2015 at 4:18:31 PM UTC-8, Mark Walkom wrote:

> Turns out you can enable this dynamically, but you have to close all your  
> indices for it to be accepted.
> 
> On 19 February 2015 at 10:08, Xiaolin Xie \<[alph...@gmail.com](mailto:alph...@gmail.com) \<javascript:\>
> 
> > wrote:
> 
> > Hi Mark
> > 
> > Thanks a lot for the quick response. Does elasticsearch itself has any  
> > restful API for me to enable the option "http.compression"? Thus, one http  
> > request to the ES cluster will do the job for me.
> > 
> > Xiaolin.
> > 
> > On Wednesday, February 18, 2015 at 2:10:32 PM UTC-8, Mark Walkom wrote:
> > 
> > > Yes this is an update and restart.
> > > 
> > > You should really be using things like puppet/chef/ansible to manage  
> > > config 🙂
> > > 
> > > On 19 February 2015 at 08:51, Xiaolin Xie [alph...@gmail.com](mailto:alph...@gmail.com) wrote:
> > > 
> > > > Hi ES guys
> > > > 
> > > > I am a n00b to elasticsearch. We have a cluster of ES nodes(24 hosts).  
> > > > I need to enable the "http.compression" to for this cluster. Do I have to  
> > > > manually edit the elasticsearch.yml file in each host and then restart  
> > > > elasticserach service in each host to take the configuration change? Is  
> > > > there an easier way for me to do that, such as a http endpoint to enable  
> > > > the "http.compression"?
> > > > 
> > > > Thanks a lot for the help.
> > > > 
> > > > Xiaolin.
> > > > 
> > > > --  
> > > > 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > > msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%  
> > > > [40googlegroups.com](http://40googlegroups.com)  
> > > > [https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com)  
> > > [https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.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/d7dc7739-4c59-4483-82b0-0efdadb2b39c%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d7dc7739-4c59-4483-82b0-0efdadb2b39c%40googlegroups.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: [February 19, 2015, 5:10am UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/6 "2015-02-19T05:10:30Z")

</div>

There are some settings you can update dynamically so I tried to see if I  
could update this one dynamically.  
It initially looked like my tests worked, hence my comment, but further  
testing shows I was going down the wrong path. So apologies about that 🙂

You will need to update your config and restart the process for it to be  
read.

On 19 February 2015 at 12:39, Xiaolin Xie [alphabnu@gmail.com](mailto:alphabnu@gmail.com) wrote:

> Hi Mark
> 
> I am a little bit confused here. The option(http.compression) makes  
> elasticsearch return a "zipped" http response to client when possible (with  
> Accept-Encoding). Why does it request the close of indices? what do you  
> mean "close" here?
> 
> In addition, what is the http endpoint for enable this option?
> 
> Thanks a lot for your help
> 
> Xiaolin.
> 
> On Wednesday, February 18, 2015 at 4:18:31 PM UTC-8, Mark Walkom wrote:
> 
> > Turns out you can enable this dynamically, but you have to close all your  
> > indices for it to be accepted.
> > 
> > On 19 February 2015 at 10:08, Xiaolin Xie [alph...@gmail.com](mailto:alph...@gmail.com) wrote:
> > 
> > > Hi Mark
> > > 
> > > Thanks a lot for the quick response. Does elasticsearch itself has any  
> > > restful API for me to enable the option "http.compression"? Thus, one http  
> > > request to the ES cluster will do the job for me.
> > > 
> > > Xiaolin.
> > > 
> > > On Wednesday, February 18, 2015 at 2:10:32 PM UTC-8, Mark Walkom wrote:
> > > 
> > > > Yes this is an update and restart.
> > > > 
> > > > You should really be using things like puppet/chef/ansible to manage  
> > > > config 🙂
> > > > 
> > > > On 19 February 2015 at 08:51, Xiaolin Xie [alph...@gmail.com](mailto:alph...@gmail.com) wrote:
> > > > 
> > > > > Hi ES guys
> > > > > 
> > > > > I am a n00b to elasticsearch. We have a cluster of ES nodes(24 hosts).  
> > > > > I need to enable the "http.compression" to for this cluster. Do I have to  
> > > > > manually edit the elasticsearch.yml file in each host and then restart  
> > > > > elasticserach service in each host to take the configuration change? Is  
> > > > > there an easier way for me to do that, such as a http endpoint to enable  
> > > > > the "http.compression"?
> > > > > 
> > > > > Thanks a lot for the help.
> > > > > 
> > > > > Xiaolin.
> > > > > 
> > > > > --  
> > > > > 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > > > msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40goo  
> > > > > [glegroups.com](http://glegroups.com)  
> > > > > [https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e2f1fdb0-f8a3-436d-8c22-0f1461ab189d%40googlegroups.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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > > msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%  
> > > > [40googlegroups.com](http://40googlegroups.com)  
> > > > [https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/54972514-f883-41d3-b90a-7d6080bce111%40googlegroups.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/d7dc7739-4c59-4483-82b0-0efdadb2b39c%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d7dc7739-4c59-4483-82b0-0efdadb2b39c%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/d7dc7739-4c59-4483-82b0-0efdadb2b39c%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/d7dc7739-4c59-4483-82b0-0efdadb2b39c%40googlegroups.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/CAEYi1X\_rVMNgXRrTgBA5iHQ2%2BWCTxGDjuH9%2BjFG4ytVrNzPRvg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_rVMNgXRrTgBA5iHQ2%2BWCTxGDjuH9%2BjFG4ytVrNzPRvg%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, 12:31am UTC](https://discuss.elastic.co/t/the-effective-way-to-update-elasticsearch-yml/22251/7 "2017-07-06T00:31:40Z")

</div>


