Changing the Replica Count

ElasticSearch Docs for this API can be found here

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

Revision #3
Created 20 June 2024 17:07:26 by Quinn Godfrey
Updated 30 July 2024 14:19:20 by Quinn Godfrey