# Index data storage into a cluster

**URL:** https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298
**Category:** Elasticsearch
**Created:** [October 3, 2023, 8:52am UTC](https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298 "2023-10-03T08:52:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MattzGB](https://avatars.discourse-cdn.com/v4/letter/m/7993a0/32.png) [@MattzGB](https://discuss.elastic.co/u/MattzGB)
#### Post date: [October 3, 2023, 8:52am UTC](https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298/1 "2023-10-03T08:52:10Z")

</div>

I have an elasticsearch cluster with 3 nodes where the elasticsearch service is installed on each node.

When I check the cluster health and the index on each node, I can see that the cluster is green and that the 25GB index is present on each node.

But when I look in the files of each node where the index is stored, I see that the index data is present on 2 nodes, whereas on the 3rd node, when I go to the files where the index is stored, there is 0GB of data.

How can I get the 3rd node to store the index data as well?

---

<div class="post-metadata">

### Author: ![azizim](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/azizim/32/127005_2.png) [@azizim](https://discuss.elastic.co/u/azizim)
#### Post date: [October 29, 2023, 9:32pm UTC](https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298/2 "2023-10-29T21:32:00Z")

</div>

What are the index setting that you use in indexes and datastreams?  
If you set number of replicas to 3 you should see the data in 3 nodes

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [October 29, 2023, 10:46pm UTC](https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298/3 "2023-10-29T22:46:54Z")

</div>

If you set the number of replicas to 2. 😊

---

<div class="post-metadata">

### Author: ![azizim](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/azizim/32/127005_2.png) [@azizim](https://discuss.elastic.co/u/azizim)
#### Post date: [October 29, 2023, 11:07pm UTC](https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298/4 "2023-10-29T23:07:13Z")

</div>

My bad \*2 replica, thank you @dadoonet

---

<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: [November 26, 2023, 11:07pm UTC](https://discuss.elastic.co/t/index-data-storage-into-a-cluster/344298/5 "2023-11-26T23:07:30Z")

</div>

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