Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of [NET-3865] [Supportability] Additional Information in the output of 'consul operator raft list-peers' into release/1.16.x #17738

Prev Previous commit
Next Next commit
backport of commit 79aabc9
  • Loading branch information
absolutelightning committed Jun 6, 2023
commit f7127b3b2c60266b0315337c79df3f755883c031
4 changes: 4 additions & 0 deletions website/content/commands/operator/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ configuration.
we recommend setting this option to `true.
Default is `false`.

- `-detailed` - Outputs additional information 'commit_index' which is
the index of the server's last committed Raft log entry.
Default is `false`.

## remove-peer

Corresponding HTTP API Endpoint: [\[DELETE\] /v1/operator/raft/peer](/consul/api-docs/operator/raft#delete-raft-peer)
Expand Down