Index Creation on a Specific Node

Hi,

I have ELK setup with 3 nodes, all the nodes are configured as data node, and 1 node is configured as master node.

Now my problem is all the data getting sync on every node which is fine. Now i have one case where i want to put particular index data at node number 3 and i don't want that index to be replicate on other nodes.

Is this possible?

You can use Shard allocation filtering
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/shard-allocation-filtering.html

1 Like

Thanks :slightly_smiling_face:

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