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
5d8aa828
Commit
5d8aa828
authored
Jul 02, 2021
by
Craig Norris
Committed by
Marcia Ramos
Jul 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mermaid issue in Elasticsearch page
parent
46084b38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/administration/troubleshooting/elasticsearch.md
doc/administration/troubleshooting/elasticsearch.md
+4
-2
No files found.
doc/administration/troubleshooting/elasticsearch.md
View file @
5d8aa828
...
...
@@ -53,7 +53,7 @@ graph TD;
B5 --> |No| B7
B7 --> B8
B{Is GitLab using<br>Elasticsearch for<br>searching?}
B1[
Select **Menu >** **{admin}** **Admin > Integrations**<br>to ensure the settings are correct
]
B1[
From the Admin Area, select<br>Integrations from the left<br>sidebar to ensure the settings<br>are correct.
]
B2[Perform a search via<br>the rails console]
B3[If all settings are correct<br>and it still doesn't show Elasticsearch<br>doing the searches, escalate<br>to GitLab support.]
B4[Perform<br>the same search via the<br>Elasticsearch API]
...
...
@@ -196,7 +196,9 @@ Troubleshooting search result issues is rather straight forward on Elasticsearch
The first step is to confirm GitLab is using Elasticsearch for the search function.
To do this:
1.
Confirm the integration is enabled by selecting
**Menu >**
**{admin}**
**Admin**
> Settings > General
**
.
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Settings > General**
, and then confirm the
integration is enabled.
1.
Confirm searches use Elasticsearch by accessing the rails console
(
`sudo gitlab-rails console`
) and running the following commands:
...
...
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