Load balancing elastic search

Hi, I have three servers each running an instance of elastic search. I have
been given the task to load balance them. Should I use one server as a
master node for load balancing request to two slave nodes?

Is there a better way to do it?

Or any good resources on how to load balance ES?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

AFAIK load balancing is done automatically in ES.
When you fire a request to a node and it feels there is someone who can
serve the request better , it redirects the request to that node.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:20 AM, es newbie dan.tuffery@gmail.com wrote:

Hi, I have three servers each running an instance of Elasticsearch. I
have been given the task to load balance them. Should I use one server as a
master node for load balancing request to two slave nodes?

Is there a better way to do it?

Or any good resources on how to load balance ES?

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Vineeth,

There must be some configuration required. I have es1 on ServerA, es2 on
serverB and es3 on serverC, so I need to tell es1, es2 and es3 about each
other.

On Wednesday, June 12, 2013 3:23:47 AM UTC+1, Vineeth Mohan wrote:

AFAIK load balancing is done automatically in ES.
When you fire a request to a node and it feels there is someone who can
serve the request better , it redirects the request to that node.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:20 AM, es newbie <dan.t...@gmail.com<javascript:>

wrote:

Hi, I have three servers each running an instance of Elasticsearch. I
have been given the task to load balance them. Should I use one server as a
master node for load balancing request to two slave nodes?

Is there a better way to do it?

Or any good resources on how to load balance ES?

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No need of configuration , load would be evenly balanced between the nodes
automatically.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:28 PM, es newbie dan.tuffery@gmail.com wrote:

Thanks Vineeth,

There must be some configuration required. I have es1 on ServerA, es2 on
serverB and es3 on serverC, so I need to tell es1, es2 and es3 about each
other.

On Wednesday, June 12, 2013 3:23:47 AM UTC+1, Vineeth Mohan wrote:

AFAIK load balancing is done automatically in ES.
When you fire a request to a node and it feels there is someone who can
serve the request better , it redirects the request to that node.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:20 AM, es newbie dan.t...@gmail.com wrote:

Hi, I have three servers each running an instance of Elasticsearch. I
have been given the task to load balance them. Should I use one server as a
master node for load balancing request to two slave nodes?

Is there a better way to do it?

Or any good resources on how to load balance ES?

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@**googlegroups.com.

For more options, visit https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Can you point me to the documentation regarding this feature.

Thanks.

On Wednesday, June 12, 2013 8:54:52 AM UTC+1, Vineeth Mohan wrote:

No need of configuration , load would be evenly balanced between the nodes
automatically.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:28 PM, es newbie <dan.t...@gmail.com<javascript:>

wrote:

Thanks Vineeth,

There must be some configuration required. I have es1 on ServerA, es2 on
serverB and es3 on serverC, so I need to tell es1, es2 and es3 about each
other.

On Wednesday, June 12, 2013 3:23:47 AM UTC+1, Vineeth Mohan wrote:

AFAIK load balancing is done automatically in ES.
When you fire a request to a node and it feels there is someone who can
serve the request better , it redirects the request to that node.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:20 AM, es newbie dan.t...@gmail.com wrote:

Hi, I have three servers each running an instance of Elasticsearch. I
have been given the task to load balance them. Should I use one server as a
master node for load balancing request to two slave nodes?

Is there a better way to do it?

Or any good resources on how to load balance ES?

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@**googlegroups.com.

For more options, visit https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Wednesday, June 12, 2013 4:09:21 AM UTC-4, es newbie wrote:

Can you point me to the documentation regarding this feature.

Thanks.

On Wednesday, June 12, 2013 8:54:52 AM UTC+1, Vineeth Mohan wrote:

No need of configuration , load would be evenly balanced between the
nodes automatically.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:28 PM, es newbie dan.t...@gmail.com wrote:

Thanks Vineeth,

There must be some configuration required. I have es1 on ServerA, es2 on
serverB and es3 on serverC, so I need to tell es1, es2 and es3 about each
other.

On Wednesday, June 12, 2013 3:23:47 AM UTC+1, Vineeth Mohan wrote:

AFAIK load balancing is done automatically in ES.
When you fire a request to a node and it feels there is someone who can
serve the request better , it redirects the request to that node.

Thanks
Vineeth

On Wed, Jun 12, 2013 at 12:20 AM, es newbie dan.t...@gmail.com wrote:

Hi, I have three servers each running an instance of Elasticsearch.
I have been given the task to load balance them. Should I use one server as
a master node for load balancing request to two slave nodes?

Is there a better way to do it?

Or any good resources on how to load balance ES?

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@**googlegroups.com.

For more options, visit https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
.

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.