79210106

Date: 2024-11-21 07:39:10
Score: 0.5
Natty:
Report link

If you have access to the dev tools in the dashboard,

then you can increase the max_shards_per_node,

PUT /_cluster/settings
{
  "persistent": {
    "cluster.max_shards_per_node": 1500
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Subash