Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Kanban workshop
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

What’s the recommended max_shards_per_node for OpenSearch/ElasticSearch?

Solved3.74K views12th October 2023Elasticsearch opensearch
4
Jochen Dewachter [SLC] [DevOps Advocate]2.16K 9th October 2023 0 Comments

What’s the recommended cluster.max_shards_per_node for an OpenSearch/ElasticSearch cluster when using it with DataMiner?

I’m receiving following error:

Validation Failed: 1: this action would add [4] total shards, but this cluster currently has [1000]/[1000] maximum shards open;

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th October 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Stacey Van Colen [SLC] [DevOps Advocate]2.57K Posted 10th October 2023 1 Comment

On elastic.co i found the following blog: https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster

There they mention the following:

The number of shards you can hold on a node will be proportional to the amount of heap you have available, but there is no fixed limit enforced by Elasticsearch. A good rule-of-thumb is to ensure you keep the number of shards per node below 20 per GB heap it has configured. A node with a 30GB heap should therefore have a maximum of 600 shards, but the further below this limit you can keep it the better. This will generally help the cluster stay in good health.

Hope this helps.

Kind regards,

Jochen Dewachter [SLC] [DevOps Advocate] Edited comment 13th October 2023
Jochen Dewachter [SLC] [DevOps Advocate] commented 13th October 2023

Thanks for your answer, Stacey. In the mean time I was able to gather some extra info. The default is 1000 shards per node, as recommended by ElasticSearch. You can indeed increase that amount, but then you need to pay attention with regards to memory consumption. Maybe safer to add extra nodes, rather then to increase this max_shards_per_node setting.
The number of shards needed for a DataMiner system depends on what data you have (e.g. number of DOM modules/definitions, how long you keep alarms, …). I reached the the maximum because of unnecessary ‘suggest’ indices that were created for DOM which is fixed as from 10.3.9. So I cleaned them up which drastically lowered my number of shards.
Also note that you have to make the sum of the unassigned shards and the assigned shards (to a node).

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs