You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/elasticsearch/snapshot-restore.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,12 +144,15 @@ readonly | Whether the repository is read-only. Useful when migrating from one c
144
144
1. (Optional) Add other settings to `elasticsearch.yml`:
145
145
146
146
```yml
147
+
disable_chunked_encoding: false # Disables chunked encoding for compatibility with some storage services, but you probably don't need to change this value.
147
148
endpoint: s3.amazonaws.com # S3 has alternate endpoints, but you probably don't need to change this value.
149
+
max_retries: 3# number of retries if a request fails
150
+
path_style_access: false # whether to use the deprecated path-style bucket URLs.
151
+
# You probably don't need to change this value, but for more information, see https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#path-style-access.
148
152
protocol: https # http or https
149
153
proxy.host: my-proxy-host # the hostname for your proxy server
150
154
proxy.port: 8080# port for your proxy server
151
155
read_timeout: 50s# the S3 connection timeout
152
-
max_retries: 3# number of retries if a request fails
153
156
use_throttle_retries: true # whether the client should wait a progressively longer amount of time (exponential backoff) between each successive retry
0 commit comments