Skip to main content

Changing the Replica Count

ElasticSearch Docs for this API can be found here

PUT {index-name-here}/_settings
{
  "index" : {
    "number_of_replicas" : 1
  }
}