From 6bcad2d178f0f2dab4a650a8c2e11ff2bbb27343 Mon Sep 17 00:00:00 2001 From: Mark Chao Date: Thu, 15 Aug 2019 16:17:00 +0800 Subject: Doc: sync ES updates --- doc/integration/elasticsearch.md | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.1