原創轉載請注明出處:https://www.cnblogs.com/agilestyle/p/11766147.html
Logstash導入數據后,Cerebro顯示集群health的狀態為yellow
解決辦法
1 curl http://localhost:9200/_cat/indices\?v
1 curl http://localhost:9200/_cluster/health?pretty=true
1 curl -H "Content-Type: application/json" -XPUT 'http://localhost:9200/_settings' -d ' 2 { 3 "index" : { 4 "number_of_replicas" : 0 5 } 6 }'
1 curl http://localhost:9200/_cluster/health?pretty=true
再次查看Cerebro,health的狀態為green