Expand description
Dangling Index APIs
If OpenSearch 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 OpenSearch node
is offline.
The dangling indices APIs can list, import and delete dangling indices.
Structs§
- Dangling
Indices - Namespace client for DanglingIndices APIs
- Dangling
Indices Delete Dangling Index - Builder for the Dangling Indices Delete Dangling Index API
- Dangling
Indices Import Dangling Index - Builder for the Dangling Indices Import Dangling Index API
- Dangling
Indices List Dangling Indices - Builder for the Dangling Indices List Dangling Indices API
Enums§
- Dangling
Indices Delete Dangling Index Parts - API parts for the Dangling Indices Delete Dangling Index API
- Dangling
Indices Import Dangling Index Parts - API parts for the Dangling Indices Import Dangling Index API
- Dangling
Indices List Dangling Indices Parts - API parts for the Dangling Indices List Dangling Indices API