gringo
April 10, 2017, 3:48am
1
I am using Elasticsearch 2.3.4
PUT http://:9200/_snapshot/my-repo-1
{
"type": "fs",
"settings": {
"location": "/home/mystorage/mt",
"compress": true
}
}
"reason": "[my-repo-1] location [/home/mystorage/mt] doesn't match any of the locations specified by path.repo because this setting is empty"
warkolm
(Mark Walkom)
April 10, 2017, 3:53am
2
Did you add that setting to your config file as well?
gringo
April 10, 2017, 6:45am
4
path.repo: ["/home/mystoreage/mt"]
gringo
April 11, 2017, 1:01am
8
Restarted ES and restarted server
system
(system)
Closed
May 9, 2017, 1:03am
9
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.