mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
fix(elasticsearch-setup): fix elasticsearch setup for aws (#2974)
This commit is contained in:
parent
328b098d01
commit
e2d1acae9d
@ -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)
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{
|
||||
"policy": {
|
||||
"policy_id": "PREFIXdatahub_usage_event_policy",
|
||||
"description": "Datahub Usage Event Policy",
|
||||
"default_state": "Rollover",
|
||||
"schema_version": 1,
|
||||
"states": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user