# Hardware requirements for Elasticsearch

**URL:** https://discuss.elastic.co/t/hardware-requirements-for-elasticsearch/203648
**Category:** Elasticsearch
**Created:** [October 15, 2019, 12:31pm UTC](https://discuss.elastic.co/t/hardware-requirements-for-elasticsearch/203648 "2019-10-15T12:31:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ganesh2](https://avatars.discourse-cdn.com/v4/letter/g/eb9ed0/32.png) [@ganesh2](https://discuss.elastic.co/u/ganesh2)
#### Post date: [October 15, 2019, 12:31pm UTC](https://discuss.elastic.co/t/hardware-requirements-for-elasticsearch/203648/1 "2019-10-15T12:31:39Z")

</div>

Dear Support Team,

Are there any limitations that the Elasticsearch can monitor only these many servers? My understanding is, there are no limitations and it really depends on the Nodes configuration. Please let me know in case of any changes.

In addition, i tried to understand on how to size my servers' to monitor 50 servers'. I will be monitoring the system logs and application logs and the server metrics. I would like to have the data retained for 2 months time.

Is there a "Sizing calculator" that will help me size my servers' for above requirement? or could someone pls help on how the configuration should be? Like how many Nodes, CPU, RAM, Storage etc.

---

<div class="post-metadata">

### Author: ![Tek\_Chand](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tek_chand/32/34318_2.png) [@Tek\_Chand](https://discuss.elastic.co/u/Tek_Chand)
#### Post date: [October 16, 2019, 4:35am UTC](https://discuss.elastic.co/t/hardware-requirements-for-elasticsearch/203648/2 "2019-10-16T04:35:26Z")

</div>

@ganesh2, hardware is generally based on how much logs are at your end. If you have 50 Servers and generating total 10 GB data per day at your end. Then it's size in elasticsearch will be around 10 times (100 GB) if you use one replica.

Replica is copy of your data. If your actual data size in elasticsaerch is 50 GB then 50 GB will be replica so its become 100 GB. The size of data in elasticsaerch is increased because it store the data in structured form and add multiple fields to data.

So from above you can calculate how much disk size you will require.

In starting phase as per my knowledge you can start with 3 Node. You can use all three node as master as well as data node, **but its not good practice**. You can use 8GB RAM, 4 vCPU servers.

Thanks.

---

<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 13, 2019, 4:35am UTC](https://discuss.elastic.co/t/hardware-requirements-for-elasticsearch/203648/3 "2019-11-13T04:35:38Z")

</div>

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