From 340bc68e452a2aaeb33792f51490740c9f402f42 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Thu, 16 Jul 2020 14:13:06 -0700 Subject: [PATCH] docs: Fix link to kv_max_value_size config option (#8322) The sizing recommendation link should point to the config option for tuning kv_max_value_size. --- website/pages/docs/agent/kv.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/pages/docs/agent/kv.mdx b/website/pages/docs/agent/kv.mdx index 7f773e50fa..0c708ffd4b 100644 --- a/website/pages/docs/agent/kv.mdx +++ b/website/pages/docs/agent/kv.mdx @@ -49,7 +49,8 @@ Objects are opaque to Consul, meaning there are no restrictions on the type of object stored in a key/value entry. The main restriction on an object is size - the maximum is 512 KB. Due to the maximum object size and main use cases, you should not need extra storage; the general [sizing -recommendations](/docs/commands/snapshot/restore) are usually sufficient. +recommendations](/docs/agent/options#kv_max_value_size) +are usually sufficient. Keys, like objects are not restricted by type and can include any character. However, we recommend using URL-safe chars - `[a-zA-Z0-9-_]` with the