I am trying to set number_of_replicas to 0 in all indices with:
PUT /_settings
{
"index" : {
"number_of_replicas":0
}
}
but after that it doesnt change any index number_of_replicas to 0 and still are 1
get _settings
....
".monitoring-alerts-6": {
"settings": {
"index": {
"codec": "best_compression",
"number_of_shards": "1",
"auto_expand_replicas": "0-1",
"provided_name": ".monitoring-alerts-6",
"format": "6",
"creation_date": "1532476832797",
"number_of_replicas": "1",
"uuid": "cuwbWN9aRa6BC_83qx2ffw",
"version": {
"created": "6030199"
}
}
}
},
".monitoring-kibana-6-2018.07.25": {
"settings": {
"index": {
"codec": "best_compression",
"number_of_shards": "1",
"auto_expand_replicas": "0-1",
"provided_name": ".monitoring-kibana-6-2018.07.25",
"format": "6",
"creation_date": "1532476807789",
"number_of_replicas": "1",
"uuid": "S5IQx4moRJKjEOS7K9tVTA",
"version": {
"created": "6030199"
}
}
}
},
".kibana": {
"settings": {
"index": {
"number_of_shards": "1",
"auto_expand_replicas": "0-1",
"provided_name": ".kibana",
"creation_date": "1532333518766",
"number_of_replicas": "1",
"uuid": "qjp9B_YrRBi7LvZkK5mO2A",
"version": {
"created": "6030199"
}
}
}
},
....