Hello!
Why is the number_of_replicas 1 for new indices in the cluster even though if I use GET _template the number appears to be 0?
"settings" : {
"index" : {
"refresh_interval" : "30s",
"number_of_shards" : "8",
"number_of_replicas" : "0"
}
Thanks