Skip to content

Commit f80298e

Browse files
authored
Resolves conflict. (#4534)
1 parent c89db10 commit f80298e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ clear-repositories-metering-archive-api,https://www.elastic.co/docs/api/doc/elas
8787
clear-scroll-api,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-clear-scroll
8888
clear-trained-model,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-clear-trained-model-deployment-cache
8989
cluster-allocation-explain,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-cluster-allocation-explain
90+
cluster-allocation-explain-examples,https://www.elastic.co/docs/troubleshoot/elasticsearch/cluster-allocation-api-examples
9091
cluster-get-settings,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-cluster-get-settings
9192
cluster-health,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-cluster-health
9293
cluster-info,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-cluster-info

specification/cluster/allocation_explain/ClusterAllocationExplainRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ import { Duration } from '@_types/Time'
2828
* For unassigned shards, it provides an explanation for why the shard is unassigned.
2929
* For assigned shards, it provides an explanation for why the shard is remaining on its current node and has not moved or rebalanced to another node.
3030
* This API can be very useful when attempting to diagnose why a shard is unassigned or why a shard continues to remain on its current node when you might expect otherwise.
31+
* Refer to the linked documentation for examples of how to troubleshoot allocation issues using this API.
3132
* @rest_spec_name cluster.allocation_explain
3233
* @availability stack since=5.0.0 stability=stable
3334
* @availability serverless stability=stable visibility=private
3435
* @doc_id cluster-allocation-explain
36+
* @ext_doc_id cluster-allocation-explain-examples
3537
* @doc_tag cluster
3638
*/
3739
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)