summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-08-16 12:38:35 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-08-16 12:38:35 +0000
commit0e51a9a7d374c25c92b211acc3293eb2762de4f1 (patch)
tree36679bc7f1f0c75bb01d29e7d4eacd198356532b
parent30b0dcb7599b0f90b46dfcc4586dcfc7c5232148 (diff)
parent6bcad2d178f0f2dab4a650a8c2e11ff2bbb27343 (diff)
downloadgitlab-ce-0e51a9a7d374c25c92b211acc3293eb2762de4f1.tar.gz
Merge branch '12111-snippet-index-ee-docs' into 'master'
Doc: sync ES updates See merge request gitlab-org/gitlab-ce!31883
-rw-r--r--doc/integration/elasticsearch.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md
index 1c80fc543af..eee05eaef02 100644
--- a/doc/integration/elasticsearch.md
+++ b/doc/integration/elasticsearch.md
@@ -333,6 +333,10 @@ curl --request PUT localhost:9200/gitlab-production/_settings --data '{
Enable Elasticsearch search in **Admin > Settings > Integrations**. That's it. Enjoy it!
+### Index limit
+
+Currently for repository and snippet files, GitLab would only index up to 1 MB of content, in order to avoid indexing timeout.
+
## GitLab Elasticsearch Rake Tasks
There are several rake tasks available to you via the command line: