瀏覽代碼

[DOCS] Re-add HTTP proxy setings from #82737 (#84001)

Re-adds HTTP proxy settings for the GCS repository type. These settings
were added with https://github.com/elastic/elasticsearch/pull/82737.

The docs were accidentally removed as part of
https://github.com/elastic/elasticsearch/pull/82996.
James Rodewig 3 年之前
父節點
當前提交
e8b34c720d
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      docs/reference/snapshot-restore/repository-gcs.asciidoc

+ 10 - 0
docs/reference/snapshot-restore/repository-gcs.asciidoc

@@ -191,6 +191,16 @@ are marked as `Secure`.
     can be specified explicitly. For example, it can be used to switch between projects when the
     same credentials are usable for both the production and the development projects.
 
+`proxy.host`::
+    Host name of a proxy to connect to the Google Cloud Storage through.
+
+`proxy.port`::
+    Port of a proxy to connect to the Google Cloud Storage through.
+
+`proxy.type`::
+    Proxy type for the client. Supported values are `direct` (no proxy),
+    `http`, and `socks`. Defaults to `direct`.
+
 [[repository-gcs-repository]]
 ==== Repository settings