From 9bc039d8fb9971d66e438b8dd3dbfbd51c2a4ff6 Mon Sep 17 00:00:00 2001
From: Sean Whalen
GET /_cluster/health?pretty
+GET /_cluster/health?pretty
+{
...
"active_primary_shards": 932,
"active_shards": 932,
@@ -477,7 +478,7 @@ Check current usage (from Management -> Dev Tools -> Console):
Update the limit to 2k per example:
-PUT _cluster/settings
+PUT _cluster/settings
{
"persistent" : {
"cluster.max_shards_per_node" : 2000