How can I connect services on different machines?

Hello,

I'm interested in using ElasticSearch. I want to run two (or three)
instances of ElasticSearch on different machines, that replicate
completely. In the demo video the instances are connected
automatically. I need to connect the instances using configuration.
Can someone please point me to documentation on this, or explain how
to do it?

Thanks,

Fred

When you say configuration, what do you mean? elasticsearch uses discovery
to find other nodes, and the current implementation is jgroups. You can find
more info here:
http://www.elasticsearch.com/docs/elasticsearch/modules/discovery/.

-shay.banon

On Wed, Mar 17, 2010 at 11:20 PM, Fred Vos fred@fredvos.org wrote:

Hello,

I'm interested in using Elasticsearch. I want to run two (or three)
instances of Elasticsearch on different machines, that replicate
completely. In the demo video the instances are connected
automatically. I need to connect the instances using configuration.
Can someone please point me to documentation on this, or explain how
to do it?

Thanks,

Fred