Check indices
/{index} Check if one or more indices, index aliases, or data streams exist.
Parameters
path Path Parameters
| Name | Type |
|---|---|
index
required
Comma-separated list of data streams, indices, and aliases. Supports wildcards ( | type TypesIndices = type TypesIndexName = string | type TypesIndexName = 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"[] |
flat_settings If | boolean |
ignore_unavailable If | boolean |
include_defaults If | boolean |
local If | boolean |