PUT /_cluster/settings
{
  "persistent": {
    "cluster": {
      "routing": {
        "allocation.node_concurrent_recoveries": 500,
        "allocation.node_concurrent_outgoing_recoveries" :500,
        "allocation.node_concurrent_incoming_recoveries" :500,
        "allocation.node_initial_primaries_recoveries": 500
      }
    }
  }
}

Leave a Reply

Your email address will not be published. Required fields are marked *