Commit e44a1711 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'katrinleinweber-elasticsearch-faraday-timeouterror-docs' into 'master'

Document no_proxy as Elasticsearch workaround

See merge request gitlab-org/gitlab!35772
parents 66350720 cddd9a07
...@@ -261,6 +261,9 @@ Beyond that, you will want to review the error. If it is: ...@@ -261,6 +261,9 @@ Beyond that, you will want to review the error. If it is:
- Specifically from the indexer, this could be a bug/issue and should be escalated to - Specifically from the indexer, this could be a bug/issue and should be escalated to
GitLab support. GitLab support.
- An OS issue, you will want to reach out to your systems administrator. - An OS issue, you will want to reach out to your systems administrator.
- A `Faraday::TimeoutError (execution expired)` error **and** you're using a proxy,
[set a custom `gitlab_rails['env']` environment variable, called `no_proxy`](https://docs.gitlab.com/omnibus/settings/environment-variables.html)
with the IP address of your Elasticsearch host.
### Troubleshooting performance ### Troubleshooting performance
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment