Issue | Re-index Indices

Hi All,

We are in process of building Elasticsearch multinode cluster with 5.6.3 version and running fine. For some reasons we need to change number of shards & replicas for created indices and new one as well. What I did is dump my existing logstash template, made below desired changes accordingly and post the template back which gave 'acknowledged' and dump again to review that is fine. After reindexing an existing one which also made 5 primary + 5 replicas.

Can anyone please help me out here.

"settings" : {
"index" : {
"number_of_shards" : "2", --> Added parameter
"number_of_replicas" : "2", --> Added parameter
"refresh_interval" : "5s"
}
},

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.