PUT shardissue/_settings
{
"number_of_replicas": 0
}
GET _cat/shards/shardissue?v
Commands - 3
# Disk nearing 85%
# To immediately restore write operations,
# you can temporarily increase the disk watermarks
# and remove the write block.
PUT _cluster/settings
{
"persistent": {
"cluster.routing.allocation.disk.watermark.low": "90%",
"cluster.routing.allocation.disk.watermark.high": "95%",
"cluster.routing.allocation.disk.watermark.flood_stage": "97%"
}
}
PUT */_settings?expand_wildcards=all
{
"index.blocks.read_only_allow_delete": null
}