Update docs

This commit is contained in:
Sean Whalen
2023-05-03 16:57:22 -04:00
parent 044038a381
commit f6c0a4ecbc

View File

@@ -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" : {