Hello
I would like to loadbalance 2 kibana nodes, i am trying to see if this is possible, as i have been attempting to Load Balance two nodes in aws.
to give you a break down of what i have done so far
i have tried using a AWS ELB to point port 80 to port 5601
i have also used nginx to be a reverse proxy infront of kibana and then use the AWS Loadbalancer to point to that
but i can seem to get traffic to get to kibana when i use the AWS Loadbalancer,
so at the moment i am trying to ascertain if this is even possible to do and if it is, has someone done it in a better way then what i have done ?