Commit 0bb6cab4 authored by Ronan OConnor's avatar Ronan OConnor

Merge branch 'docs_vlad_es_no_node_available' into 'master'

Added no ES node available in troubleshooting

See merge request gitlab-org/gitlab!23760
parents 397f4f9d f8c88532
...@@ -611,6 +611,15 @@ Here are some common pitfalls and how to overcome them: ...@@ -611,6 +611,15 @@ Here are some common pitfalls and how to overcome them:
} }
}' }'
``` ```
- **I'm getting a `health check timeout: no Elasticsearch node available` error in Sidekiq during the indexing process**
```
Gitlab::Elastic::Indexer::Error: time="2020-01-23T09:13:00Z" level=fatal msg="health check timeout: no Elasticsearch node available"
```
You probably have not used either `http://` or `https://` as part of your value in the **"URL"** field of the Elasticseach Integration Menu. Please make sure you are using either `http://` or `https://` in this field as the [Elasticsearch client for Go](https://github.com/olivere/elastic) that we are using [needs the prefix for the URL to be acceped as valid](https://github.com/olivere/elastic/commit/a80af35aa41856dc2c986204e2b64eab81ccac3a).
Once you have corrected the formatting of the URL please delete the index (via the [dedicated rake task](#gitlab-elasticsearch-rake-tasks)) and [index the content of your intance](#adding-gitlabs-data-to-the-elasticsearch-index) once more.
### Reverting to basic search ### Reverting to basic search
......
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