Elastic search : Snapshot not creating

╄→尐↘猪︶ㄣ 提交于 2019-12-13 07:31:18

问题


I am runnign this command

http://localhost:9200/_snapshot/titan_es_backup?pretty

output

{
  "titan_es_backup" : {
    "type" : "fs",
    "settings" : {
      "compress" : "true",
      "location" : "/home/manish/Softwares/DataBackUp/ES"
    }
  }
}

again this command

http://localhost:9200/_snapshot/titan_es_backup/snapshot_1?wait_for_completion=false

OUTPUT

{"error":"SnapshotMissingException[[titan_es_backup:snapshot_1] is missing]; nested: FileNotFoundException[/home/manish/Softwares/DataBackUp/ES/snapshot-snapshot_1 (No such file or directory)]; ","status":404}

Where I am going wrong ?

来源:https://stackoverflow.com/questions/25669956/elastic-search-snapshot-not-creating

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!