Permanent way of making ES Replicas = 0

Done. So fingers crossed tomorrow when the marvel creates its new daily indices, there won't be any unassigned? :slight_smile:

curl http://localhost:9200/_template/zeroreplicas?pretty
{
"zeroreplicas" : {
"order" : 1,
"template" : "*",
"settings" : {
"index" : {
"number_of_replicas" : "0"
}
},
"mappings" : { },
"aliases" : { }
}
}

1 Like