Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
176 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...