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
004f9d7b
Commit
004f9d7b
authored
Oct 04, 2021
by
Sean Carroll
Committed by
Evan Read
Oct 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Elasticsearch Indexer as a Gitaly consumer
parent
97455b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+5
-5
No files found.
doc/administration/gitaly/index.md
View file @
004f9d7b
...
...
@@ -21,11 +21,11 @@ storage and retrieval. Gitaly can be:
Gitaly implements a client-server architecture:
-
A Gitaly server is any node that runs Gitaly itself.
-
A Gitaly client is any node that runs a process that makes requests of the Gitaly server.
These
include, but are not limited to:
-
[
GitLab
Rails application
](
https://gitlab.com/gitlab-org/gitlab
)
.
-
[
GitLab
Shell
](
https://gitlab.com/gitlab-org/gitlab-shell
)
.
-
[
GitLab
Workhorse
](
https://gitlab.com/gitlab-org/gitlab-workhorse
)
.
-
A Gitaly client is any node that runs a process that makes requests of the Gitaly server.
Gitaly clients are also known as _Gitaly consumers_ and include:
-
[
GitLab Rails application
](
https://gitlab.com/gitlab-org/gitlab
)
-
[
GitLab
Shell
](
https://gitlab.com/gitlab-org/gitlab-shell
)
-
[
GitLab
Workhorse
](
https://gitlab.com/gitlab-org/gitlab-workhorse
)
-
[
GitLab
Elasticsearch Indexer
](
https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer
)
Gitaly manages only Git repository access for GitLab. Other types of GitLab data aren't accessed
using Gitaly.
...
...
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