Check aliases
/{index}/_alias/{name} Check if one or more data stream or index aliases exist.
Parameters
path Path Parameters
| Name | Type |
|---|---|
index
required
Comma-separated list of data streams or indices used to limit the request. Supports wildcards ( | type TypesIndices = type TypesIndexName = string | type TypesIndexName = string[] |
name
required
Comma-separated list of aliases to check. Supports wildcards ( | type TypesNames = type TypesName = string | type TypesName = string[] |
query Query Parameters
| Name | Type |
|---|---|
allow_no_indices If | boolean |
expand_wildcards Type of index that wildcard patterns can match.
If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
Supports comma-separated values, such as | type TypesExpandWildcards = type TypesExpandWildcard = "all" | "open" | "closed" | "hidden" | "none" | type TypesExpandWildcard = "all" | "open" | "closed" | "hidden" | "none"[] |
ignore_unavailable If | boolean |
master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. | type TypesDuration = string | "-1" | "0" |