Hello,
I am using ES 8.13 docker and try to restore the snapshot.
I am using _restore ES API.
_snapshot/my_repository/snapshot_1/_restore?wait_for_completion=true
{
"indices": "test-000001"
}
Result -
{
"snapshot": {
"snapshot": "snapshot_1",
"indices": [
"test-000001"
],
"shards": {
"total": 1,
"failed": 1,
"successful": 0
}
}
}
I checked the docker logs as well.
[T#2]","log.logger":"org.elasticsearch.snapshots.RestoreService","elasticsearch.cluster.uuid":"o9y_nhi1SfyEtlGKmhdLQQ","elasticsearch.node.id":"XtVeRwJLQdGjmqhxQ4nokg","elasticsearch.node.name":"elasticsearch","elasticsearch.cluster.name":"docker-cluster"}
{"@timestamp":"2024-08-16T10:41:36.070Z", "log.level": "INFO", "current.health":"RED","message":"Cluster health status changed from [YELLOW] to [RED] (reason: [reconcile-desired-balance]).","previous.health":"YELLOW","reason":"reconcile-desired-balance" , "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"elasticsearch[elasticsearch-81][masterService#updateTask][T#2]","log.logger":"org.elasticsearch.cluster.routing.allocation.AllocationService","elasticsearch.cluster.uuid":"o9y_nhi1SfyEtlGKmhdLQQ","elasticsearch.node.id":"XtVeRwJLQdGjmqhxQ4nokg","elasticsearch.node.name":"elasticsearch-81","elasticsearch.cluster.name":"docker-cluster"}
These are the indices what we have after restoring:
red open test-000001 xVK8undETUG75c58bxWBDQ 1 1