Skip to content

Commit

Permalink
adding Replication Database-Path parameter to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-watts-gravwell committed Oct 24, 2024
1 parent 950abb8 commit 5cb105f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Replication is controlled by the "Replication" configuration group in the gravwe
| Peer | Peer=10.0.0.1:9406 | Designates a remote system acting as a replication storage node. Multiple Peers can be specified. |
| Listen-Address | Listen-Address=10.0.0.101:9406 | Designates the address to which the replication system should bind. Default is to listen on all addresses on TCP port 9406. |
| Storage-Location | Storage-Location=/mnt/storage/gravwell/replication | Designates the full path to use for replication storage. |
| Database-Path | Database-Path=/mnt/storage/gravwell/replication/replication.db | Optional override to specify the location of the replication DB. If blank a default name will be used within the `Storage-Location` directory. |
| Max-Replicated-Data-GB | Max-Replicated-Data-GB=4096 | Designates the maximum amount of storage the replication system will consume, in this case 4TB. |
| Replication-Secret-Override | Replication-Secret-Override=replicationsecret | Overrides the authentication token used when establishing connections to replication peers. By default the "Control-Auth" token from the Global configuration group is used. |
| Disable-TLS | Disable-TLS=true | Disables TLS communication between replication peers. Defaults to false (TLS enabled). |
Expand Down

0 comments on commit 5cb105f

Please sign in to comment.