Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # curl --request PUT --data '{ "type": "fs", "settings": {"compress": true} }' localhost:9200/_snapshot/my_backup | python -m json.tool
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 708 100 660 100 48 73933 5376 --:--:-- --:--:-- --:--:-- 82500
  5. {
  6. "error": {
  7. "caused_by": {
  8. "caused_by": {
  9. "reason": "[my_backup] missing location",
  10. "type": "repository_exception"
  11. },
  12. "reason": "Guice creation errors:nn1) Error injecting constructor, RepositoryException[[my_backup] missing location]n at org.elasticsearch.repositories.fs.FsRepository.<init>(Unknown Source)n while locating org.elasticsearch.repositories.fs.FsRepositoryn while locating org.elasticsearch.repositories.Repositorynn1 error",
  13. "type": "creation_exception"
  14. },
  15. "reason": "[my_backup] failed to create repository",
  16. "root_cause": [
  17. {
  18. "reason": "[my_backup] failed to create repository",
  19. "type": "repository_exception"
  20. }
  21. ],
  22. "type": "repository_exception"
  23. },
  24. "status": 500
  25. }
  26. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement