Skip to content

Commit

Permalink
Add a missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyakuna committed Oct 8, 2024
1 parent 163cfd2 commit c03281b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/docs/configuration/replication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c03281b

Please sign in to comment.