Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5fe0e0b8
Commit
5fe0e0b8
authored
Jan 27, 2016
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct settings for elasticsearch in omnibus-gitlab.
parent
aa6ac83e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+3
-7
No files found.
doc/integration/elasticsearch.md
View file @
5fe0e0b8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment