Im facing the problem of setting up a production ready elasticsearch cluster. At the moment im storing only the testing logfiles in elasticsearch.
So far so good, but since we have Production Logs of 1TB per Day i was wondering how to setup an elasticsearch index properly for this use case.
We want to save these logs for 30Days. The Cluster Setup has 100TB Disk Space. I would like to choose a Replica Count of 3, so the used disk space should be around 90TB.
But how many shards should i allocate?
Is there a difference between the Shards in Elastic and the Lucene Segments?