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
b1f9fdb0
Commit
b1f9fdb0
authored
Mar 13, 2019
by
Mark Chao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Elasticsearch settings navigation doc
parent
d55945aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+5
-5
No files found.
doc/integration/elasticsearch.md
View file @
b1f9fdb0
...
...
@@ -108,7 +108,7 @@ total are being tracked in this epic: [gitlab-org&153](https://gitlab.com/groups
## Enabling Elasticsearch
In order to enable Elasticsearch, you need to have admin access. Go to
**Admin > Settings**
and find the "Elasticsearch" section.
**Admin > Settings
> Integrations
**
and find the "Elasticsearch" section.
The following Elasticsearch settings are available:
...
...
@@ -127,7 +127,7 @@ The following Elasticsearch settings are available:
To disable the Elasticsearch integration:
1.
Navigate to the
**Admin
area > Setting
s**
1.
Navigate to the
**Admin
> Settings > Integration
s**
1.
Find the 'Elasticsearch' section and uncheck 'Search with Elasticsearch enabled'
and 'Elasticsearch indexing'
1.
Click
**Save**
for the changes to take effect
...
...
@@ -136,7 +136,7 @@ To disable the Elasticsearch integration:
### Indexing small instances (database size less than 500 MiB, size of repos less than 5 GiB)
Configure Elasticsearch's host and port in
**Admin > Settings**
. Then create empty indexes using one of the following commands:
Configure Elasticsearch's host and port in
**Admin > Settings
> Integrations
**
. Then create empty indexes using one of the following commands:
```
sh
# Omnibus installations
...
...
@@ -163,7 +163,7 @@ Enable Elasticsearch search.
NOTE:
**Note**
:
After indexing the repositories asynchronously, you MUST index the database to be able to search.
Configure Elasticsearch's host and port in
**Admin > Settings**
. Then create empty indexes using one of the following commands:
Configure Elasticsearch's host and port in
**Admin > Settings
> Integrations
**
. Then create empty indexes using one of the following commands:
```
sh
# Omnibus installations
...
...
@@ -314,7 +314,7 @@ A force merge should be called after enabling the refreshing above:
curl
--request
POST
'http://localhost:9200/_forcemerge?max_num_segments=5'
```
Enable Elasticsearch search in
**Admin > Settings**
. That's it. Enjoy it!
Enable Elasticsearch search in
**Admin > Settings
> Integrations
**
. That's it. Enjoy it!
## Tuning
...
...
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