# Change node settings at runtime

**URL:** https://discuss.elastic.co/t/change-node-settings-at-runtime/13546
**Category:** Elasticsearch
**Created:** [September 11, 2013, 3:03am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546 "2013-09-11T03:03:14Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jschelle\_2](https://avatars.discourse-cdn.com/v4/letter/j/f475e1/32.png) [@jschelle\_2](https://discuss.elastic.co/u/jschelle_2)
#### Post date: [September 11, 2013, 3:03am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546/1 "2013-09-11T03:03:14Z")

</div>

Is it possible to change node level settings at runtime? Specifically I'm looking to change node.data, node.master, and node.river.

--  
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).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![mvg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mvg/32/98890_2.png) [@mvg](https://discuss.elastic.co/u/mvg)
#### Post date: [September 11, 2013, 8:30am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546/2 "2013-09-11T08:30:07Z")

</div>

No, this isn't possible. Changing those settings requires a restart of that  
node.

On 11 September 2013 05:03, shadow000fire [jason.scheller@gmail.com](mailto:jason.scheller@gmail.com) wrote:

> Is it possible to change node level settings at runtime? Specifically I'm  
> looking to change node.data, node.master, and node.river.
> 
> --  
> 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).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
Met vriendelijke groet,

Martijn van Groningen

--  
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).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![jschelle\_2](https://avatars.discourse-cdn.com/v4/letter/j/f475e1/32.png) [@jschelle\_2](https://discuss.elastic.co/u/jschelle_2)
#### Post date: [September 11, 2013, 10:56am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546/3 "2013-09-11T10:56:02Z")

</div>

How hard would it be to change this? Correct me if I'm wrong, but logically it shouldn't be a problem to change those settings at runtime as long as reallocation of shards or rivers (respectively) isn't currently happening. Is that fair?

--  
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).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![jschelle\_2](https://avatars.discourse-cdn.com/v4/letter/j/f475e1/32.png) [@jschelle\_2](https://discuss.elastic.co/u/jschelle_2)
#### Post date: [September 11, 2013, 10:56am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546/4 "2013-09-11T10:56:02Z")

</div>

How hard would it be to change this? Correct me if I'm wrong, but logically it shouldn't be a problem to change those settings at runtime as long as reallocation of shards or rivers (respectively) isn't currently happening. Is that fair?

--  
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).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [October 13, 2013, 9:54am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546/5 "2013-10-13T09:54:34Z")

</div>

Its actually quite tricky, since it might require a re-election of master  
(relocation of data is simpler). Why would you need it thought? Those  
settings would sound quite "static", as in if one goes with X masters and N  
data nodes, one would probably keep on adding more data nodes.

On Wed, Sep 11, 2013 at 12:56 PM, shadow000fire [jason.scheller@gmail.com](mailto:jason.scheller@gmail.com)wrote:

> How hard would it be to change this? Correct me if I'm wrong, but  
> logically it shouldn't be a problem to change those settings at runtime as  
> long as reallocation of shards or rivers (respectively) isn't currently  
> happening. Is that fair?
> 
> --  
> 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).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
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).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<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, 2:12am UTC](https://discuss.elastic.co/t/change-node-settings-at-runtime/13546/6 "2017-07-06T02:12:45Z")

</div>


