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
4b7277d9
Commit
4b7277d9
authored
Jul 19, 2019
by
Blair Lunceford
Committed by
Evan Read
Jul 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new ES rake task and troubleshooting step
parent
ab105df6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+6
-0
No files found.
doc/integration/elasticsearch.md
View file @
4b7277d9
...
...
@@ -354,6 +354,8 @@ There are several rake tasks available to you via the command line:
-
Does the same thing as
`sudo gitlab-rake gitlab:elastic:create_empty_index`
-
[
sudo gitlab-rake gitlab:elastic:index_snippets
](
https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/tasks/gitlab/elastic.rake
)
-
Performs an Elasticsearch import that indexes the snippets data.
-
[
sudo gitlab-rake gitlab:elastic:projects_not_indexed
](
https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/tasks/gitlab/elastic.rake
)
-
Displays which projects are not indexed.
### Environment Variables
...
...
@@ -469,6 +471,10 @@ Here are some common pitfalls and how to overcome them:
The more data present in your GitLab instance, the longer the indexing process takes.
-
**There are some projects that weren't indexed, but we don't know which ones**
You can run
`sudo gitlab-rake gitlab:elastic:projects_not_indexed`
to display projects that aren't indexed.
-
**No new data is added to the Elasticsearch index when I push code**
When performing the initial indexing of blobs, we lock all projects until the project finishes indexing. It could
...
...
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