Tie a shard to a IP

Hi ,

I am using elasticsearch .90.
Is there anyway i can tell ES to only allocate a particular shard if and
index to a particular IP or machine only ?

Some of the machines in the network dont have much disk space , so i want
to make sure shards capable of eating a lot is moved to a more safer
machine.

Thanks
Vineeth

--
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 can't allocate one shard to an IP, but you can allocate one index on a
specific IP, see

Your sharding strategy needs to be such that all shards of an index are of
a similar size

On Mon, May 13, 2013 at 12:57 PM, Ban Mido banmidobeyondtime@gmail.comwrote:

Hi ,

I am using elasticsearch .90.
Is there anyway i can tell ES to only allocate a particular shard if and
index to a particular IP or machine only ?

Some of the machines in the network dont have much disk space , so i want
to make sure shards capable of eating a lot is moved to a more safer
machine.

Thanks
Vineeth

--
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 man ,

This will work for me :slight_smile:

~Mido

On Mon, May 13, 2013 at 3:29 PM, Itamar Syn-Hershko itamar@code972.comwrote:

You can't allocate one shard to an IP, but you can allocate one index on a
specific IP, see
Elasticsearch Platform — Find real-time answers at scale | Elastic

Your sharding strategy needs to be such that all shards of an index are of
a similar size

On Mon, May 13, 2013 at 12:57 PM, Ban Mido banmidobeyondtime@gmail.comwrote:

Hi ,

I am using elasticsearch .90.
Is there anyway i can tell ES to only allocate a particular shard if and
index to a particular IP or machine only ?

Some of the machines in the network dont have much disk space , so i want
to make sure shards capable of eating a lot is moved to a more safer
machine.

Thanks
Vineeth

--
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.

--
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.