Module elasticsearch::dangling_indices
source · [−]Expand description
Dangling Index APIs
If Elasticsearch encounters index data that is absent from the current cluster state,
those indices are considered to be dangling. For example, this can happen if you delete
more than cluster.indices.tombstones.size
number of indices while an Elasticsearch node
is offline.
The dangling indices APIs can list, import and delete dangling indices.
Structs
Namespace client for DanglingIndices APIs
Enums
API parts for the Dangling Indices Delete Dangling Index API
API parts for the Dangling Indices Import Dangling Index API
API parts for the Dangling Indices List Dangling Indices API