mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-17 20:53:18 +00:00
Update docs
This commit is contained in:
@@ -348,8 +348,9 @@ have more than ~3 years of data, you will need to update this
|
|||||||
limit.
|
limit.
|
||||||
Check current usage (from Management -> Dev Tools -> Console):
|
Check current usage (from Management -> Dev Tools -> Console):
|
||||||
|
|
||||||
```http
|
```text
|
||||||
GET /_cluster/health?pretty
|
GET /_cluster/health?pretty
|
||||||
|
{
|
||||||
...
|
...
|
||||||
"active_primary_shards": 932,
|
"active_primary_shards": 932,
|
||||||
"active_shards": 932,
|
"active_shards": 932,
|
||||||
@@ -359,7 +360,7 @@ GET /_cluster/health?pretty
|
|||||||
|
|
||||||
Update the limit to 2k per example:
|
Update the limit to 2k per example:
|
||||||
|
|
||||||
```http
|
```text
|
||||||
PUT _cluster/settings
|
PUT _cluster/settings
|
||||||
{
|
{
|
||||||
"persistent" : {
|
"persistent" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user