全集群重启升级
PUT _cluster/settings { "transient": { "cluster.routing.allocation.enable": "none" } }POST _flush/syncedGET _cat/health GET _cat/nodesPUT _cluster/settings { "transient": { "cluster.routing.allocation.enable": "all" } }GET _cat/health GET _cat/recovery
Last updated