|
@@ -30,7 +30,7 @@ bin/elasticsearch-keystore add azure.client.secondary.sas_token
|
|
|
----------------------------------------------------------------
|
|
|
|
|
|
For more information about these settings, see
|
|
|
-<<repository-azure-client-settings>>.
|
|
|
+<<repository-azure-client-settings>>.
|
|
|
|
|
|
[IMPORTANT]
|
|
|
.Supported Azure Storage Account types
|
|
@@ -99,7 +99,7 @@ stored in the keystore are marked as "secure"; the other settings belong in the
|
|
|
|
|
|
`account` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable])::
|
|
|
The Azure account name, which is used by the repository's internal Azure client.
|
|
|
-
|
|
|
+
|
|
|
`endpoint_suffix`::
|
|
|
The Azure endpoint suffix to connect to. The default value is
|
|
|
`core.windows.net`.
|
|
@@ -164,9 +164,13 @@ The Azure repository supports following settings:
|
|
|
|
|
|
`chunk_size`::
|
|
|
|
|
|
- Big files can be broken down into chunks during snapshotting if needed.
|
|
|
+ Big files can be broken down into multiple smaller blobs in the blob store during snapshotting.
|
|
|
+ It is not recommended to change this value from its default unless there is an explicit reason for limiting the
|
|
|
+ size of blobs in the repository. Setting a value lower than the default can result in an increased number of API
|
|
|
+ calls to the Azure blob store during snapshot create as well as restore operations compared to using the default
|
|
|
+ value and thus make both operations slower as well as more costly.
|
|
|
Specify the chunk size as a value and unit, for example:
|
|
|
- `10MB`, `5KB`, `500B`. Defaults to `64MB` (64MB max).
|
|
|
+ `10MB`, `5KB`, `500B`. Defaults to the maximum size of a blob in the Azure blob store which is `5TB`.
|
|
|
|
|
|
`compress`::
|
|
|
|