elastic "status": "yellow" | How to change status to green? 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 by Asam 10月 15, 2018 You can check UNASSIGNED first curl -s "http://localhost:9200/_cat/shards" | grep UNASSIGNED And then : curl -X PUT \ http://10.142.235.160:19200/_settings \ -H 'content-type: application/json' \ -d '{ "number_of_replicas" : 0 }'