Skip to content

[DOCS] Add note for HTTP proxy connections to GCS repos #84004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/plugins/repository-gcs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@ it was built when the operation started.
[[repository-gcs-client]]
==== Client Settings

[NOTE]
====
You can't use an HTTP proxy to connect a `gcs` repository to Google Cloud
Storage in {version}. Client settings to support HTTP proxies are only available
in 8.0 and later versions.

For more information on these client settings, check the
{ref-80}/repository-gcs.html#repository-gcs-client[8.0 documentation]. For
upgrade instructions, check
https://www.elastic.co/guide/en/elastic-stack/8.0/upgrading-elastic-stack.html[Upgrade
Elastic].
====

The client used to connect to Google Cloud Storage has a number of settings available.
Client setting names are of the form `gcs.client.CLIENT_NAME.SETTING_NAME` and are specified
inside `elasticsearch.yml`. The default client name looked up by a `gcs` repository is
Expand Down