mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] clarify that the repo location setting accepts only one value (#108267)
This commit is contained in:
parent
92feb1e5b8
commit
b84bd458b6
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ in snapshots. Data files are not compressed. Defaults to `true`.
|
||||||
(Required, string)
|
(Required, string)
|
||||||
Location of the shared filesystem used to store and retrieve snapshots. This
|
Location of the shared filesystem used to store and retrieve snapshots. This
|
||||||
location must be registered in the `path.repo` setting on all master and data
|
location must be registered in the `path.repo` setting on all master and data
|
||||||
nodes in the cluster.
|
nodes in the cluster.
|
||||||
|
Unlike `path.repo`, this setting supports only a single file path.
|
||||||
|
|
||||||
`max_number_of_snapshots`::
|
`max_number_of_snapshots`::
|
||||||
(Optional, integer)
|
(Optional, integer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue