mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
[DOCS] Make snapshot repository examples consistent
This commit is contained in:
parent
0948260ada
commit
4c3027729e
@ -35,7 +35,7 @@ $ curl -XGET 'http://localhost:9200/_snapshot/my_backup?pretty'
|
|||||||
"my_backup" : {
|
"my_backup" : {
|
||||||
"type" : "fs",
|
"type" : "fs",
|
||||||
"settings" : {
|
"settings" : {
|
||||||
"compress" : "false",
|
"compress" : "true",
|
||||||
"location" : "/mount/backups/my_backup"
|
"location" : "/mount/backups/my_backup"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user