Hi Guys On clicking the Analytics(Beta) link on t...
# ui
r
Hi Guys On clicking the Analytics(Beta) link on the UI i am getting below error: datahub version: v0.8.6
e
Hey! Did you turn on analytics? Also did you run elasticsearch setup job after turning on analytics?
r
Where do i turn it on from. yes elasticsearch setup container ran fine.
e
BTW are you running on AWS elasticsearch?
if so please add
Copy code
extraEnvs:
      - name: USE_AWS_ELASTICSEARCH
        value: "true"
to the elasticsearchSetupJob part of the values.yaml
@rich-policeman-92383 Did this work for you?
c
This worked for us! Let’s add some docs around this as well. Took more than 2 hours to debug in prod 😅