Skip to content

Commit 4643f78

Browse files
committed
[DOCS] Add documentation for URL repository
1 parent 3d48913 commit 4643f78

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/reference/modules/snapshots.asciidoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ on all data and master nodes. The following settings are supported:
7171
using size value notation, i.e. 1g, 10m, 5k. Defaults to `null` (unlimited chunk size).
7272

7373

74+
[float]
75+
===== Read-only URL Repository
76+
77+
The URL repository (`"type": "url"`) can be used as an alternative read-only way to access data created by shared file
78+
system repository is using shared file system to store snapshot. The URL specified in the `url` parameter should
79+
point to the root of the shared filesystem repository. The following settings are supported:
80+
81+
[horizontal]
82+
`url`:: Location of the snapshots. Mandatory.
83+
`concurrent_streams`:: Throttles the number of streams (per node) preforming snapshot operation. Defaults to `5`
84+
85+
7486
[float]
7587
=== Snapshot
7688

@@ -170,7 +182,7 @@ http://docs.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#appendRepl
170182
-----------------------------------
171183
$ curl -XPOST "localhost:9200/_snapshot/my_backup/snapshot_1/_restore" -d '{
172184
"indices": "index_1,index_2",
173-
"ignore_unavailable": "missing",
185+
"ignore_unavailable": "true",
174186
"include_global_state": false,
175187
"rename_pattern": "index_(.)+",
176188
"rename_replacement": "restored_index_$1"

0 commit comments

Comments
 (0)