# What is the impact on a live system doing a change in elasticsearch.yml file to change the node.attr.storage\_term: to be none?

**URL:** https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980
**Category:** Elasticsearch
**Created:** [December 10, 2023, 12:31pm UTC](https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980 "2023-12-10T12:31:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mpniel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mpniel/32/113170_2.png) [@mpniel](https://discuss.elastic.co/u/mpniel)
#### Post date: [December 10, 2023, 12:31pm UTC](https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980/1 "2023-12-10T12:31:31Z")

</div>

Hello,

I run GET /\_cat/nodeattrs?v and found that the node have storage\_term attribute as cold.  
What is the impact on a live system doing a change in elasticsearch.yml file to change the node.attr.storage\_term: to be none?

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [December 10, 2023, 1:18pm UTC](https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980/2 "2023-12-10T13:18:42Z")

</div>

> [@mpniel](#):
>
> What is the impact on a live system doing a change in elasticsearch.yml file to change the node.attr.storage\_term: to be none?

It has no impact, changes on `elasticsearch.yml` requires a node restart, if you just change the file nothing will happen until you restart the node.

---

<div class="post-metadata">

### Author: ![mpniel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mpniel/32/113170_2.png) [@mpniel](https://discuss.elastic.co/u/mpniel)
#### Post date: [December 10, 2023, 1:59pm UTC](https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980/3 "2023-12-10T13:59:35Z")

</div>

Which node should be restarted?  
I have 3 web servers and many other servers in addition to this node.

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [December 10, 2023, 2:25pm UTC](https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980/4 "2023-12-10T14:25:17Z")

</div>

> [@mpniel](#):
>
> Which node should be restarted?  
> I have 3 web servers and many other servers in addition to this node.

You need to restart the Elasticsearch service on the node that you want to change the attribute, you do not need to restart the entire server, just the Elasticsearch service that you want to change.

But first you need to make sure that this will not cause any impact, custom attributes are added by the user for their specific use cases.

---

<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: [January 7, 2024, 2:25pm UTC](https://discuss.elastic.co/t/what-is-the-impact-on-a-live-system-doing-a-change-in-elasticsearch-yml-file-to-change-the-node-attr-storage-term-to-be-none/348980/5 "2024-01-07T14:25:52Z")

</div>

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