Possible to create elasticsearch indices on specific nodes?

Hi,

Use case : We create daily indices. We want to reserve certain nodes only for some specific indices.
Cluster size : 200 nodes
Clients : 100+
We want to reserve 40 nodes only for important clients and leave 160 nodes for the rest of the clients. We don't want to divide the cluster, because once we take that route, we would end up maintaining multiple clusters

Is there any property we can use to reserve certain nodes only for specific indices?

Kindly assist possibilities

Thanks,
Nitish Goyal

yes. You can tag nodes with a label like "vip" and then allocate indices on nodes which have this tag.
For other clients, you can exclude this tag.

Have a look at

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.