# Indices are not allocate in hot nodes

**URL:** https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609
**Category:** Elasticsearch
**Created:** [February 26, 2021, 12:29pm UTC](https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609 "2021-02-26T12:29:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![testsemd\_email](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/testsemd_email/32/82657_2.png) [@testsemd\_email](https://discuss.elastic.co/u/testsemd_email)
#### Post date: [February 26, 2021, 12:29pm UTC](https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609/1 "2021-02-26T12:29:47Z")

</div>

I have defined, data\_hot, data\_warm roles in the elastic cluster nodes as below.  
node1, node2c- node.roles: ["data\_content", "ingest", "data\_hot"]  
node3, node4 - node.roles: ["data\_content", "data\_hot"]  
node5, node6, node7 - master

Daily coming indices to the elastic cluster.  
All data nodes have equal disk spaces.  
But new indices are created on warm data nodes.

How to change data allocation on warm data nodes to hot nodes?  
I want to how to firstly, data allocate on the hot node then move data to warm nodes.

Thank You!

---

<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 27, 2021, 12:18am UTC](https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609/2 "2021-02-27T00:18:11Z")

</div>

How are you sending data to Elasticsearch?  
Are you using ILM?

---

<div class="post-metadata">

### Author: ![testsemd\_email](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/testsemd_email/32/82657_2.png) [@testsemd\_email](https://discuss.elastic.co/u/testsemd_email)
#### Post date: [February 27, 2021, 4:30pm UTC](https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609/3 "2021-02-27T16:30:28Z")

</div>

Thank You!  
Using an application(company-specific app).  
I want to use ILM, but did configure it yet.  
If I configure ILM on the cluster, can shards allocation on hot node?

Thank You!

---

<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 27, 2021, 9:21pm UTC](https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609/4 "2021-02-27T21:21:11Z")

</div>

Yes ILM can handle that. Otherwise you need to set it up yourself with index allocation awareness.

---

<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: [March 27, 2021, 9:22pm UTC](https://discuss.elastic.co/t/indices-are-not-allocate-in-hot-nodes/265609/5 "2021-03-27T21:22:01Z")

</div>

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