I started to do backups with the snapshot and restore API. I can make snapshots 
but requesting the status does not work. I get

# curl -XGET "localhost:9200/_snapshot/_status"
{"error":"RepositoryMissingException[[_status] missing]","status":404}

It does not work if the name of the backup or backup/snapshot are given

# curl -XGET "localhost:9200/_snapshot/my_backup/_status"
{"error":"SnapshotMissingException[[my_backup:_status] is missing]; nested: 
FileNotFoundException[/opt/backup/my_backup/snapshot-_status (No such file or 
directory)]; ","status":404}

It seems the status handler is not treated and it treats the path segments as 
backup name/snapshot name.

Norbert

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/17B720BE-C665-498A-AAFA-030F8DC50AE1%40hartl.name.
For more options, visit https://groups.google.com/d/optout.

Reply via email to