summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-01 02:53:42 +0000
committerEvan Read <eread@gitlab.com>2019-07-01 02:53:42 +0000
commit276038c2f7c7c441d5b0f097077175b8ea8f8a16 (patch)
tree8726ebfc847929a39fb8efc52877166be1090a77 /doc/administration
parent03574b3c5f3e3f5cde12c6a5b29042aeb47373ea (diff)
parentc11872884e56970b6b916c25524a46f32c2340b0 (diff)
downloadgitlab-ce-276038c2f7c7c441d5b0f097077175b8ea8f8a16.tar.gz
Merge branch 'small-s-in-elasticsearch' into 'master'
Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/gitaly/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index da8f1ee1529..0bffe2f7472 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -48,7 +48,7 @@ used by Omnibus and the GitLab source installation guide.
Starting with GitLab 11.4, Gitaly is able to serve all Git requests without
needed a shared NFS mount for Git repository data.
Between 11.4 and 11.8 the exception was the
-[Elastic Search indexer](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer).
+[Elasticsearch indexer](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer).
But since 11.8 the indexer uses Gitaly for data access as well. NFS can still
be leveraged for redudancy on block level of the Git data. But only has to
be mounted on the Gitaly server.