diff --git a/website/content/commands/operator/raft.mdx b/website/content/commands/operator/raft.mdx index d10399876a51..29de593dae7b 100644 --- a/website/content/commands/operator/raft.mdx +++ b/website/content/commands/operator/raft.mdx @@ -66,6 +66,10 @@ Raft configuration. `Voter` is "true" or "false", indicating if the server has a vote in the Raft configuration. +`Commit Index` is the last log index the server has a record of in its Raft log. + +`Trails Leader By` is the difference in commit index the server has from the leader. + #### Command Options - `-stale` - Enables non-leader servers to provide cluster state information.