diff --git a/src/sys/debug/scripts/03_wait_ready.sh b/src/sys/debug/scripts/03_wait_ready.sh index 0525b51..768d0f4 100755 --- a/src/sys/debug/scripts/03_wait_ready.sh +++ b/src/sys/debug/scripts/03_wait_ready.sh @@ -46,8 +46,8 @@ curl -fsS -XPUT "http://localhost:9200/_cluster/settings" \ -H 'Content-Type: application/json' \ -d '{ "transient": { - "cluster.routing.allocation.disk.watermark.low": "97%", - "cluster.routing.allocation.disk.watermark.high": "98%", + "cluster.routing.allocation.disk.watermark.low": "99%", + "cluster.routing.allocation.disk.watermark.high": "99%", "cluster.routing.allocation.disk.watermark.flood_stage": "99%" } }' >/dev/null || echo "[WARN] Failed to adjust ES watermarks"