Automatic fail-over when one node is inaccessible

I have an ES cluster set up with 3 nodes: node1, node2 and node3. Using NEST, I need to be able to provide the URL so it can connect to my ES cluster, obviously I can provide any of the node URL and it would work, but was wondering how I can set this up so I don't have to determine which one, is there some sort of Alias you can build on top of this so that the API only needs to always making the request to the Alias and that basically load balance the request out to any of the node. This way if one node goes down or becomes inaccessible, the request won't just fail?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.