Hello, I wanna ask a question. Is there any refere...
# all-things-deployment
p
Hello, I wanna ask a question. Is there any reference to connect Datahub into Elasticsearch cluster? I tried to change the ELASTICSEARCH_HOST env to array ["es-host-1:9200", "es-host-2:9200", "es-host-3:9200"] but it didn't work, I think the syntax is incorrect. (Fyi, I deploy Datahub on Kubernetes)
o
Hi! Typically you connect into a single cluster URL rather than the instance ids. The cluster should manage routing requests within itself rather than manually having to configure each node, this allows you to scale up on the node side without having to redeploy your config 🙂
p
Oh okay, thank you Ryan :)
👍 1