Hello, ask here too. Is elasticsearch essential to...
# troubleshoot
b
Hello, ask here too. Is elasticsearch essential to datahub? (Surely YES). Does anybody know how can I setup some security option to enter password for elasticsearch on datahub? After I change some option to elasticsearch I cannot connect to datahub ingestion.
b
Hi - the answer is YES!
You can certainly change the credentials for elasticsearch, then configure the datahub-gms container / pod to talk to your secured elasticsearch... Specifically:
Copy code
ELASTICSEARCH_USERNAME=yourusername
ELASTICSEARCH_PASSWORD=yourpassword
as environment variables for the
datahub-gms
container
b
John, Thanks! I will try! Thank you so much!
b
Of course! Let us know how goes :)