From 672dad0203e27943c660a31bc072227da0cf2cb4 Mon Sep 17 00:00:00 2001 From: akshya96 <87045294+akshya96@users.noreply.github.com> Date: Wed, 29 May 2024 22:42:56 +0000 Subject: [PATCH] backport of commit 027c00206985b1725a2b3de8e3999d7c19b18ad6 --- website/content/api-docs/system/internal-counters.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/internal-counters.mdx b/website/content/api-docs/system/internal-counters.mdx index 408d17df73ea..575e548c41c4 100644 --- a/website/content/api-docs/system/internal-counters.mdx +++ b/website/content/api-docs/system/internal-counters.mdx @@ -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: 48)` - The number of months of history to retain. +- `retention_months` `(integer: 48)` - The number of months of history to retain. The minimum is 48 months and the maximum is 60 months. Any missing parameters are left at their existing value.