elasticsearch/docs/reference/cluster
Artem Prigoda 79ca59bc96
DesiredBalance: expose it via _internal/desired_balance (#91038)
Add an internal endpoint for exposed the desired balance and computation stats at a master node as GET _internal/desired_balance and returns
```
{
  "stats": {
    "computation_active": false,
    "computation_submitted": 5,
    "computation_executed": 5,
    "computation_converged": 5,
    "computation_iterations": 4,
    "computation_converged_index": 4,
    "computation_time_in_millis": 0,
    "reconciliation_time_in_millis": 0
  },
  "routing_table": {
    "test": {
      "0": {
        "current": [
          {
            "state": "STARTED",
            "primary": true,
            "node": "UPYt8VwWTt-IADAEbqpLxA",
            "node_is_desired": true,
            "relocating_node": null,
            "relocating_node_is_desired": false,
            "shard_id": 0,
            "index": "test"
          }
        ],
        "desired": {
          "node_ids": [
            "UPYt8VwWTt-IADAEbqpLxA"
          ],
          "total": 1,
          "unassigned": 0,
          "ignored": 0
        }
      },
      "1": {
        "current": [
          {
            "state": "STARTED",
            "primary": true,
            "node": "2x1VTuSOQdeguXPdN73yRw",
            "node_is_desired": true,
            "relocating_node": null,
            "relocating_node_is_desired": false,
            "shard_id": 1,
            "index": "test"
          }
        ],
        "desired": {
          "node_ids": [
            "2x1VTuSOQdeguXPdN73yRw"
          ],
          "total": 1,
          "unassigned": 0,
          "ignored": 0
        }
      }
    }
  }
}
```

Fixes #90583
2022-11-16 02:54:10 +01:00
..
allocation-explain.asciidoc Make allocation explanations more actionable (#83983) 2022-02-22 09:23:01 +00:00
delete-desired-nodes.asciidoc Add support for CPU ranges in desired nodes (#86434) 2022-05-20 11:47:32 +02:00
get-desired-balance.asciidoc DesiredBalance: expose it via _internal/desired_balance (#91038) 2022-11-16 02:54:10 +01:00
get-desired-nodes.asciidoc Add support for CPU ranges in desired nodes (#86434) 2022-05-20 11:47:32 +02:00
get-settings.asciidoc [DOCS] Add security privileges to cluster API docs (#67589) 2021-01-19 10:18:59 -05:00
health.asciidoc Port gradle docs test plugin to use internal yaml rest test plugin (#86598) 2022-05-11 12:01:23 +02:00
nodes-hot-threads.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
nodes-info.asciidoc Revert "[CI] mute DocsClientYamlTestSuiteIT.test {yaml=reference/cluster/nodes-info/line_283} (#91445)" (#91452) 2022-11-09 06:02:22 -05:00
nodes-reload-secure-settings.asciidoc [DOCS] Add security privileges to cluster API docs (#67589) 2021-01-19 10:18:59 -05:00
nodes-stats.asciidoc Log YAML test file on failure (#91349) 2022-11-09 18:35:36 +02:00
nodes-usage.asciidoc [DOCS] Add security privileges to cluster API docs (#67589) 2021-01-19 10:18:59 -05:00
pending.asciidoc Adding priority list and executing description to the pending tasks doc (#74456) (#78259) 2021-09-23 11:17:18 -04:00
remote-info.asciidoc Document partial search results with skip_unavailable (#84057) 2022-02-23 10:04:52 -05:00
reroute.asciidoc Deprecate state field in /_cluster/reroute response (#90399) 2022-10-05 08:18:27 +02:00
state.asciidoc Clarify cluster state API docs (#82930) 2022-01-24 10:09:45 -05:00
stats.asciidoc Expose telemetry about search usage (#91528) 2022-11-15 21:34:49 +01:00
tasks.asciidoc Tasks doc: fix a mistake about the reindex task description (#88669) 2022-07-22 12:17:00 +02:00
update-desired-nodes.asciidoc Support "dry run" mode for updating Desired Nodes (#88305) 2022-07-26 09:03:12 +02:00
update-settings.asciidoc [DOCS] Re-add cluster settings precedence (#82738) 2022-01-18 12:32:43 -05:00
voting-exclusions.asciidoc Small fixes to clear voting config excls API (#87828) 2022-06-20 10:40:39 +01:00