summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Chao <mchao@gitlab.com>2019-08-15 16:17:00 +0800
committerMark Chao <mchao@gitlab.com>2019-08-16 10:41:56 +0800
commit6bcad2d178f0f2dab4a650a8c2e11ff2bbb27343 (patch)
tree1c59e12a66801efcf6e4e4183218147d9f81163d
parent569ede33ded911bd99544b1f2b74d7d03a517f74 (diff)
downloadgitlab-ce-6bcad2d178f0f2dab4a650a8c2e11ff2bbb27343.tar.gz
Doc: sync ES updates12111-snippet-index-ee-docs
-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: