Skip to content
Snippets Groups Projects
Commit 2372ccd4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'update_elasticsearch_docs' into 'master'

Use correct settings for elasticsearch in omnibus-gitlab.

Fixes #227 

See merge request !144
parents 27e2d103 5fe0e0b8
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -60,13 +60,9 @@ If you have used one of the [Omnibus packages][pkg] to install GitLab, all
you have to do is edit `/etc/gitlab/gitlab.rb` and add the following lines:
 
```ruby
gitlab_rails['elasticsearch'] = [
{
"enabled" => "true",
"host" => "localhost",
"port" => 9200
}
]
gitlab_rails['elasticsearch_enabled'] = true
gitlab_rails['elasticsearch_host'] = "localhost"
gitlab_rails['elasticsearch_port'] = 9200
```
 
Replace the values as you see fit according to the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment