mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +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" : {
|
||||
"type" : "fs",
|
||||
"settings" : {
|
||||
"compress" : "false",
|
||||
"compress" : "true",
|
||||
"location" : "/mount/backups/my_backup"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user