Update ES indexer docs for Omnibus users
This commit is contained in:
parent
5e0949bc91
commit
42f34f419c
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,11 @@ use the packages that are available for your OS.
|
|||
In order to improve elasticsearch indexing performance, GitLab has made available a [new indexer written in Go](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer).
|
||||
This will replace the included Ruby indexer in the future but should be considered beta software for now, so there may be some bugs.
|
||||
|
||||
If you would like to use it, please follow the instructions below.
|
||||
The Elasticsearch Go indexer is included in Omnibus for GitLab 11.8 and newer.
|
||||
|
||||
To use the new Elasticsearch indexer included in Omnibus, check the box "Use the new repository indexer (beta)" when [enabling the Elasticsearch integration](#enabling-elasticsearch).
|
||||
|
||||
If you would like to use the Elasticsearch Go indexer with a source installation or an older version of GitLab, please follow the instructions below.
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue