Elasticsearch server

By disabling the multicast discovery can other network elasticserver can
acess my indexes by specifying the port and adress in the client
client = new TransportClient().addTransportAddress(new
InetSocketTransportAddress(192.168.5.212,9300));

On Fri, Feb 24, 2012 at 7:02 PM, Shay Banon kimchy@gmail.com wrote:

Or, disalbe multicast and use unicast discovery.

On Wednesday, February 22, 2012 at 7:38 AM, sweta kalyan wrote:

By Setting ur cluster name in elasticsearch.yml
Eg : cluster.name: clustername

On Wed, Feb 22, 2012 at 11:01 AM, jajoria abhishek <
jajoria.abhishek@gmail.com> wrote:

My elasticsearch server detects other clusters which are running in
the same network similarly other server detects my cluster. How can I
configure the elasticsearch.yml so that no other server can detect my
cluster.