# Dynamic change of node configuration settings

**URL:** https://discuss.elastic.co/t/dynamic-change-of-node-configuration-settings/34129
**Category:** Elasticsearch
**Created:** [November 9, 2015, 7:13am UTC](https://discuss.elastic.co/t/dynamic-change-of-node-configuration-settings/34129 "2015-11-09T07:13:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![majaX1](https://avatars.discourse-cdn.com/v4/letter/m/9d8465/32.png) [@majaX1](https://discuss.elastic.co/u/majaX1)
#### Post date: [November 9, 2015, 7:13am UTC](https://discuss.elastic.co/t/dynamic-change-of-node-configuration-settings/34129/1 "2015-11-09T07:13:17Z")

</div>

I know there is an API to change cluster wide settings in a transient and persistent way. But I need to add a tag on a single node without restarting the node. To be more precise, in addition to introducing a new tag `node.storage_type = value` in \> elasticsearch.yaml, I want to add it through the REST API. Otherwise, the restart of the cluster node by node takes too long.

The nodes info API is a read-only API and does not allow PUT requests. So, does anybody know any way how to solve it? I am on Elasticsearch 1.5.x.

---

<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: [November 9, 2015, 7:50am UTC](https://discuss.elastic.co/t/dynamic-change-of-node-configuration-settings/34129/2 "2015-11-09T07:50:52Z")

</div>

There is no way to do this dynamically unfortunately.  
I can't find a feature request for this either, which is odd, so please feel free to raise one! [https://github.com/elastic/elasticsearch/issues](https://github.com/elastic/elasticsearch/issues)

---

<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 5, 2017, 11:39pm UTC](https://discuss.elastic.co/t/dynamic-change-of-node-configuration-settings/34129/3 "2017-07-05T23:39:49Z")

</div>


