Skip to content

Commit 835f7c3

Browse files
committed
Fix bulleted list
1 parent 07d72df commit 835f7c3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

specification/cat/_types/CatBase.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,23 +1654,23 @@ export enum CatShardColumn {
16541654
* Indicates the reason for the last change to the state of this unassigned shard. This does not explain why the shard is currently unassigned.
16551655
* To understand why a shard is not assigned, use the [Cluster allocation explain](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-allocation-explain) API. Returned values include:
16561656
*
1657-
* `ALLOCATION_FAILED`: Unassigned as a result of a failed allocation of the shard.
1658-
* `CLUSTER_RECOVERED`: Unassigned as a result of a full cluster recovery.
1659-
* `DANGLING_INDEX_IMPORTED`: Unassigned as a result of importing a dangling index.
1660-
* `EXISTING_INDEX_RESTORED`: Unassigned as a result of restoring into a closed index.
1661-
* `FORCED_EMPTY_PRIMARY`: The shard’s allocation was last modified by forcing an empty primary using the Cluster reroute API.
1662-
* `INDEX_CLOSED`: Unassigned because the index was closed.
1663-
* `INDEX_CREATED`: Unassigned as a result of an API creation of an index.
1664-
* `INDEX_REOPENED`: Unassigned as a result of opening a closed index.
1665-
* `MANUAL_ALLOCATION`: The shard’s allocation was last modified by the Cluster reroute API.
1666-
* `NEW_INDEX_RESTORED`: Unassigned as a result of restoring into a new index.
1667-
* `NODE_LEFT`: Unassigned as a result of the node hosting it leaving the cluster.
1668-
* `NODE_RESTARTING`: Similar to NODE_LEFT, except that the node was registered as restarting using the Node shutdown API.
1669-
* `PRIMARY_FAILED`: The shard was initializing as a replica, but the primary shard failed before the initialization completed.
1670-
* `REALLOCATED_REPLICA`: A better replica location is identified and causes the existing replica allocation to be cancelled.
1671-
* `REINITIALIZED`: When a shard moves from started back to initializing.
1672-
* `REPLICA_ADDED`: Unassigned as a result of explicit addition of a replica.
1673-
* `REROUTE_CANCELLED`: Unassigned as a result of explicit cancel reroute command.
1657+
* * `ALLOCATION_FAILED`: Unassigned as a result of a failed allocation of the shard.
1658+
* * `CLUSTER_RECOVERED`: Unassigned as a result of a full cluster recovery.
1659+
* * `DANGLING_INDEX_IMPORTED`: Unassigned as a result of importing a dangling index.
1660+
* * `EXISTING_INDEX_RESTORED`: Unassigned as a result of restoring into a closed index.
1661+
* * `FORCED_EMPTY_PRIMARY`: The shard’s allocation was last modified by forcing an empty primary using the Cluster reroute API.
1662+
* * `INDEX_CLOSED`: Unassigned because the index was closed.
1663+
* * `INDEX_CREATED`: Unassigned as a result of an API creation of an index.
1664+
* * `INDEX_REOPENED`: Unassigned as a result of opening a closed index.
1665+
* * `MANUAL_ALLOCATION`: The shard’s allocation was last modified by the Cluster reroute API.
1666+
* * `NEW_INDEX_RESTORED`: Unassigned as a result of restoring into a new index.
1667+
* * `NODE_LEFT`: Unassigned as a result of the node hosting it leaving the cluster.
1668+
* * `NODE_RESTARTING`: Similar to NODE_LEFT, except that the node was registered as restarting using the Node shutdown API.
1669+
* * `PRIMARY_FAILED`: The shard was initializing as a replica, but the primary shard failed before the initialization completed.
1670+
* * `REALLOCATED_REPLICA`: A better replica location is identified and causes the existing replica allocation to be cancelled.
1671+
* * `REINITIALIZED`: When a shard moves from started back to initializing.
1672+
* * `REPLICA_ADDED`: Unassigned as a result of explicit addition of a replica.
1673+
* * `REROUTE_CANCELLED`: Unassigned as a result of explicit cancel reroute command.
16741674
* @aliases ur
16751675
*/
16761676
'unassigned.reason'

0 commit comments

Comments
 (0)