From 9254a1b614f158cfa3a1f0f848c1ed3fcc975b71 Mon Sep 17 00:00:00 2001 From: Indy Prentice Date: Wed, 14 Jun 2023 16:05:54 -0500 Subject: [PATCH] docs(es): Update aws deploy docs to correct ElasticSearch version (#8240) Co-authored-by: Indy Prentice --- docs/deploy/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/aws.md b/docs/deploy/aws.md index 3fddeb4fd9..a8da85c163 100644 --- a/docs/deploy/aws.md +++ b/docs/deploy/aws.md @@ -230,7 +230,7 @@ Run `helm upgrade --install datahub datahub/datahub --values values.yaml` to app ### Elasticsearch Service -Provision an elasticsearch domain running elasticsearch version 7.9 or above that shares the VPC with the kubernetes +Provision an elasticsearch domain running elasticsearch version 7.10 or above that shares the VPC with the kubernetes cluster or has VPC peering set up between the VPC of the kubernetes cluster. Once the domain is provisioned, you should be able to see the following page. Take a note of the endpoint marked by the red box.