Skip to content

Commit

Permalink
backport of commit d44ec07 (#26564)
Browse files Browse the repository at this point in the history
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
  • Loading branch information
1 parent c5b38bf commit 197182a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions website/content/api-docs/system/internal-counters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ The `/sys/internal/counters/config` endpoint is used to configure logging of act
- `enabled` `(string: enable, disable, default)` - Enable or disable counting of client activity. When set to `default`, the client
counts are enabled on Enterprise builds and disabled on community builds. Disabling the feature during the middle of a month will
discard any data recorded for that month, but does not delete previous months.
- `retention_months` `(integer: 24)` - The number of months of history to retain.
- `retention_months` `(integer: 48)` - The number of months of history to retain.

Any missing parameters are left at their existing value.

Expand All @@ -889,7 +889,7 @@ Any missing parameters are left at their existing value.
{
"enabled": "enable",
"default_report_months": 3,
"retention_months": 12
"retention_months": 54
}
```

Expand Down Expand Up @@ -936,7 +936,7 @@ $ curl \
"default_report_months": 12,
"enabled": "default-enabled",
"queries_available": true,
"retention_months": 24,
"retention_months": 48,
"reporting_enabled": false,
"billing_start_timestamp": "2022-03-01T00:00:00Z",
},
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/concepts/client-count/counting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ active entity in the client log consumes a few bytes of storage. As a safety
measure against runaway storage growth, Vault limits the number of entity
records to 656,000 per month, but typical storage costs are much less.

On average, 1000 monthly active entities requires 1.5 MiB of storage capacity
over the default 24-month retention period.
On average, 1000 monthly active entities requires 3.0 MiB of storage capacity
over the default 48-month retention period.

@include "content-footer-title.mdx"

Expand Down

0 comments on commit 197182a

Please sign in to comment.