Hello,
I am trying to restore a snapshot from Elasticsearch 5.3. I am running a fresh Elasticsearch 5.3 installation with the following yml:`
node.name: restore_node
path.data: D:\Data
path.logs: D:\Logs
path.repo: ["\\\\PC13\\ssd\\database\\repo"]
The repo is on an external ssd which i hooked up as a network on its own.
The problem is that no snapshots are found.
GET _snapshot/_all
response is
{}
Any ideas?