Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PUT /_snapshot/test
  2. {
  3.     "type": "fs",
  4.     "settings": {
  5.         "location": "D:/test",
  6.         "compress": true
  7.     }
  8. }
  9.  
  10. PUT /_snapshot/test/export
  11. {
  12.     "indices": "test",
  13.     "ignore_unavailable": "true",
  14.     "include_global_state": false
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement