# Elasticsearch nodes are leaving the cluster continuously

**URL:** https://discuss.elastic.co/t/elasticsearch-nodes-are-leaving-the-cluster-continuously/242853
**Category:** Elasticsearch
**Created:** [July 28, 2020, 7:53am UTC](https://discuss.elastic.co/t/elasticsearch-nodes-are-leaving-the-cluster-continuously/242853 "2020-07-28T07:53:53Z")
**Posts on this page:** 2
**Page:** 2

<div class="post-metadata">

### Author: ![Steve\_Mushero](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/steve_mushero/32/22441_2.png) [@Steve\_Mushero](https://discuss.elastic.co/u/Steve_Mushero)
#### Post date: [August 1, 2020, 6:29am UTC](https://discuss.elastic.co/t/elasticsearch-nodes-are-leaving-the-cluster-continuously/242853/21 "2020-08-01T06:29:29Z")

</div>

Note that's just an overview - you should delay shard reassignment as we restart things (default is 60s) so stuff is not moving around on you during this process; set back to 60s when done (or I like 300s to give nodes time to reboot for upgrades, etc.):

PUT /\_all/\_settings  
{"settings": {"index.unassigned.node\_left.delayed\_timeout": "1800s"}}}

---

<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: [August 29, 2020, 6:29am UTC](https://discuss.elastic.co/t/elasticsearch-nodes-are-leaving-the-cluster-continuously/242853/22 "2020-08-29T06:29:35Z")

</div>

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

[Previous page](https://discuss.elastic.co/t/elasticsearch-nodes-are-leaving-the-cluster-continuously/242853.md?page=1)
