My query is as follows - Is there URL which I can use where Elasticsearch
chooses which server to return data from automatically, instead of having
to manually specify either server1 or server2?
I will be drastically increasing the number of indexes shortly and I'd like
Elasticsearch to automate which node it selects depending on whether the
other is in use, etc.
No, you need to hit an end point that points to a server and then ES handle
where to get the data.
You could setup a cname entry that round robins to each server, but that is
outside the scope of ES.
My query is as follows - Is there URL which I can use where Elasticsearch
chooses which server to return data from automatically, instead of having
to manually specify either server1 or server2?
I will be drastically increasing the number of indexes shortly and I'd
like Elasticsearch to automate which node it selects depending on whether
the other is in use, etc.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.