From c03281be8036becfba1fbe32ff0c403c43f74fa0 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Tue, 8 Oct 2024 12:15:33 -0700 Subject: [PATCH] Add a missing parameter --- website/content/docs/configuration/replication.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/docs/configuration/replication.mdx b/website/content/docs/configuration/replication.mdx index f75d8a0a58b5..b84d529255c8 100644 --- a/website/content/docs/configuration/replication.mdx +++ b/website/content/docs/configuration/replication.mdx @@ -46,5 +46,9 @@ replication { time to see the resulting WAL present locally before returning a response to the client. - `allow_forwarding_via_token` `(string: "")` - When set to `new_token`, requests sent to non-active nodes are forwarded if the node does not yet have the token information in storage. +- `replication_canary_write_interval_seconds` `(integer: 1)` - Enable monitoring + of the replication latency between the secondary cluster from its primary. It + publishes the value as `replication_lag` field when you invoke the replication + status endpoint. Support for Server Side Consistent Tokens is now available. Refer to the [Server Side Consistent Token FAQ](/vault/docs/faq/ssct) for details.