From 2ae6191998d2d4a684f16af9240bc7af7b0bff14 Mon Sep 17 00:00:00 2001 From: John McGuire Date: Wed, 21 Oct 2020 17:28:29 +0000 Subject: [PATCH] Updating the Version Matrix --- doc/integration/elasticsearch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md index a88f2db5c26430..051738f8cb321c 100644 --- a/doc/integration/elasticsearch.md +++ b/doc/integration/elasticsearch.md @@ -23,7 +23,8 @@ and the advantage of the following special searches: | GitLab version | Elasticsearch version | |---------------------------------------------|-------------------------------| -| GitLab Enterprise Edition 12.7 or greater | Elasticsearch 6.x through 7.x | +| GitLab Enterprise Edition 13.3 or higher | Elasticsearch 6.8 through 8.x | +| GitLab Enterprise Edition 12.7 througb 13.3 | Elasticsearch 6.x through 6.7 | | GitLab Enterprise Edition 11.5 through 12.6 | Elasticsearch 5.6 through 6.x | | GitLab Enterprise Edition 9.0 through 11.4 | Elasticsearch 5.1 through 5.5 | | GitLab Enterprise Edition 8.4 through 8.17 | Elasticsearch 2.4 with [Delete By Query Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/2.4/plugins-delete-by-query.html) installed | -- GitLab