diff options
author | Mark Chao <mchao@gitlab.com> | 2019-08-15 16:17:00 +0800 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2019-08-16 10:41:56 +0800 |
commit | 6bcad2d178f0f2dab4a650a8c2e11ff2bbb27343 (patch) | |
tree | 1c59e12a66801efcf6e4e4183218147d9f81163d | |
parent | 569ede33ded911bd99544b1f2b74d7d03a517f74 (diff) | |
download | gitlab-ce-12111-snippet-index-ee-docs.tar.gz |
Doc: sync ES updates12111-snippet-index-ee-docs
-rw-r--r-- | doc/integration/elasticsearch.md | 4 |
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: |