Skip to content

Commit

Permalink
fix typos in docs for consul snapshot agent (#20522)
Browse files Browse the repository at this point in the history
  • Loading branch information
analogue authored Feb 7, 2024
1 parent c95380e commit 3c1ee84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/commands/snapshot/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ if desired.
is useful for running snapshots via batch jobs. Defaults to "1h"

- `-lock-key` - A prefix in Consul's KV store used to coordinate between
different instances of the snapshot agent order to only have one active instance
different instances of the snapshot agent in order to only have one active instance
at a time. For highly available operation of the snapshot agent, simply run
multiple instances. All instances must be configured with the same lock key in
order to properly coordinate. Defaults to "consul-snapshot/lock".
Expand Down Expand Up @@ -242,7 +242,7 @@ if desired.
- `-log-level` - Controls verbosity of snapshot agent logs. Valid options are
"trace", "debug", "info", "warn", "error". Defaults to "info".

- `-service` - The service name to used when registering the agent with Consul.
- `-service` - The service name to use when registering the agent with Consul.
Registering helps monitor running agents and the leader registers an additional
health check to monitor that snapshots are taking place. Defaults to
"consul-snapshot".
Expand Down

0 comments on commit 3c1ee84

Please sign in to comment.