From f6c0a4ecbcfbc069cc1a4a53dfdff77cafb8358a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 3 May 2023 16:57:22 -0400 Subject: [PATCH] Update docs --- docs/source/usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/usage.md b/docs/source/usage.md index bac28fd..41c7dd9 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -348,8 +348,9 @@ have more than ~3 years of data, you will need to update this limit. Check current usage (from Management -> Dev Tools -> Console): -```http +```text GET /_cluster/health?pretty +{ ... "active_primary_shards": 932, "active_shards": 932, @@ -359,7 +360,7 @@ GET /_cluster/health?pretty Update the limit to 2k per example: -```http +```text PUT _cluster/settings { "persistent" : {