fix(elasticsearch-setup): fix elasticsearch setup for aws (#2974)

This commit is contained in:
Dexter Lee 2021-07-28 13:55:15 -07:00 committed by GitHub
parent 328b098d01
commit e2d1acae9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -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)

View File

@ -1,6 +1,7 @@
{
"policy": {
"policy_id": "PREFIXdatahub_usage_event_policy",
"description": "Datahub Usage Event Policy",
"default_state": "Rollover",
"schema_version": 1,
"states": [