Requirements for the deployment of ELK

Hi all,

Currently in our system has 2 Elasticsearch nodes. And we are facing an issue and it says, shards count reach 2000 limits. When I search I saw , it is not good to increase no of shards. But we can increase the shard size.

Can you tell how to handle this situation?

How to manage indices in ELK?

  • no of shards

  • sizes of shards

Thanks in advance.

max_shards_per_node limits the maximum number of open shards:

you can follow this doc to handle

Thank you @casterQ , I will check this. :slightly_smiling_face:

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