增加sys/debug 部署测试;agent dev/user/instance元信息提取优化;sys/tests 优化 #26

Merged
yuyr merged 9 commits from dev_1.0.0_yuyr_3 into dev_1.0.0 2025-10-16 17:16:07 +08:00
Showing only changes of commit 7de75e2bf2 - Show all commits

View File

@ -46,8 +46,8 @@ curl -fsS -XPUT "http://localhost:9200/_cluster/settings" \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"transient": { "transient": {
"cluster.routing.allocation.disk.watermark.low": "97%", "cluster.routing.allocation.disk.watermark.low": "99%",
"cluster.routing.allocation.disk.watermark.high": "98%", "cluster.routing.allocation.disk.watermark.high": "99%",
"cluster.routing.allocation.disk.watermark.flood_stage": "99%" "cluster.routing.allocation.disk.watermark.flood_stage": "99%"
} }
}' >/dev/null || echo "[WARN] Failed to adjust ES watermarks" }' >/dev/null || echo "[WARN] Failed to adjust ES watermarks"