File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ which returns:
3838 "my_backup": {
3939 "type": "fs",
4040 "settings": {
41- "compress": " true" ,
41+ "compress": true,
4242 "location": "/mount/backups/my_backup"
4343 }
4444 }
@@ -219,7 +219,7 @@ specifying the list of indices in the body of the snapshot request.
219219PUT /_snapshot/my_backup/snapshot_1
220220{
221221 "indices": "index_1,index_2",
222- "ignore_unavailable": " true" ,
222+ "ignore_unavailable": true,
223223 "include_global_state": false
224224}
225225-----------------------------------
@@ -340,7 +340,7 @@ with associated indices
340340POST /_snapshot/my_backup/snapshot_1/_restore
341341{
342342 "indices": "index_1,index_2",
343- "ignore_unavailable": " true" ,
343+ "ignore_unavailable": true,
344344 "include_global_state": true,
345345 "rename_pattern": "index_(.+)",
346346 "rename_replacement": "restored_index_$1"
You can’t perform that action at this time.
0 commit comments