diff --git a/docs/deploy/aws.md b/docs/deploy/aws.md index 7897f6c2db..8bbf9bcc0e 100644 --- a/docs/deploy/aws.md +++ b/docs/deploy/aws.md @@ -247,6 +247,19 @@ You can also allow communication via HTTP (without SSL) by using the settings be indexPrefix: demo ``` +Lastly, you need to set the following env variable for **elasticsearchSetupJob**. + +``` + elasticsearchSetupJob: + enabled: true + image: + repository: linkedin/datahub-elasticsearch-setup + tag: "***" + extraEnvs: + - name: USE_AWS_ELASTICSEARCH + value: "true" +``` + Run `helm install datahub datahub/ --values datahub/quickstart-values.yaml` to apply the changes. ### Managed Streaming for Apache Kafka (MSK) diff --git a/gms/impl/src/main/resources/index/usage-event/aws_es_ism_policy.json b/gms/impl/src/main/resources/index/usage-event/aws_es_ism_policy.json index 2bfb5db1ec..c1ab584a1c 100644 --- a/gms/impl/src/main/resources/index/usage-event/aws_es_ism_policy.json +++ b/gms/impl/src/main/resources/index/usage-event/aws_es_ism_policy.json @@ -1,6 +1,7 @@ { "policy": { "policy_id": "PREFIXdatahub_usage_event_policy", + "description": "Datahub Usage Event Policy", "default_state": "Rollover", "schema_version": 1, "states": [