Hi,
We've got an ES cluster on GCP, it is 5-3-2 (Data-Master-Client) nodes running on docker containers with X-pack enabled. We want to add nginx load balancer in front of it.
It is similar to Connect Kibana to Nginx load balancer to Elasticsearch
We are getting stuck in first stage of Nginx-ES connection (Permission denied) may be because of X-Pack enabled on ES cluster.
How do we specify the elasticsearch user name and password in nginx.conf?
What is the proper approach (any docs, blogs etc.) to achieve this
Thanks in advance.