Skip to content

Commit 961be07

Browse files
authored
[DOCS] Add note for HTTP proxy connections to GCS repos (#84004) (#84026)
We've had a few users ask about support for HTTP proxy connections to GCS snapshot repositories in 7.x and 6.x. However, client settings for those connections are only supported in 8.0+. This adds a note to the 7.17 and 6.8 docs to nudge users to upgrade. Relates to #82737 Closes #83959 (cherry picked from commit 99de635)
1 parent 75280d2 commit 961be07

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/plugins/repository-gcs.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,19 @@ it was built when the operation started.
125125
[[repository-gcs-client]]
126126
==== Client Settings
127127

128+
[NOTE]
129+
====
130+
You can't use an HTTP proxy to connect a `gcs` repository to Google Cloud
131+
Storage in {version}. Client settings to support HTTP proxies are only available
132+
in 8.0 and later versions.
133+
134+
For more information on these client settings, check the
135+
{ref-80}/repository-gcs.html#repository-gcs-client[8.0 documentation]. For
136+
upgrade instructions, check
137+
https://www.elastic.co/guide/en/elastic-stack/8.0/upgrading-elastic-stack.html[Upgrade
138+
Elastic].
139+
====
140+
128141
The client used to connect to Google Cloud Storage has a number of settings available.
129142
Client setting names are of the form `gcs.client.CLIENT_NAME.SETTING_NAME` and are specified
130143
inside `elasticsearch.yml`. The default client name looked up by a `gcs` repository is

0 commit comments

Comments
 (0)