Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/rebalance-reference/pages/rebalance-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ On conclusion of the rebalance, the report can be accessed in any of the followi

* By means of the REST API, as described in xref:rest-api:rest-get-cluster-tasks.adoc[Getting Cluster Tasks].

* By accessing the directory `/opt/couchbase/var/lib/couchbase/logs/reblance` on _any_ of the cluster nodes.
* By accessing the directory `/opt/couchbase/var/lib/couchbase/logs/rebalance` on _any_ of the cluster nodes.
A rebalance report is maintained here for (up to) the last _five_ rebalances performed.
Each report is provided as a `*.json` file, whose name indicates the time at which the report was run — for example, `rebalance_report_2020-03-17T11:10:17Z.json`.
+
Expand Down
2 changes: 1 addition & 1 deletion modules/rest-api/pages/rest-get-rebalance-retry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A malformed URI gives `404 Object Not Found`.
[#example]
== Example

The following example obtains information on pending reblance-retries.
The following example obtains information on pending rebalance-retries.
Note that the command is piped to the https://stedolan.github.io/jq/[jq] tool, to facilitate output-readability.

----
Expand Down