diff --git a/HowtoElasticsearch.md b/HowtoElasticsearch.md index e79a05e6..89ac11b9 100644 --- a/HowtoElasticsearch.md +++ b/HowtoElasticsearch.md @@ -230,7 +230,7 @@ path.repo: /home/backup-elasticsearch Il faut redémarrer Elasticsearch et créer un ensemble de snapshots (snapshots repository) ainsi : ~~~ -$ curl -H'Content-Type: application/json' -XPUT 'http://localhost:9200/_snapshot/foo' -d '{ +$ curl -H'Content-Type: application/json' -XPUT 'http://localhost:9200/_snapshot/snaprepo' -d '{ "type": "fs", "settings": { "location": "/home/backup-elasticsearch",