Duplicated Document Over All Nodes

Hi ALL
Im new in elastic and i want to design a cluster for increase performance and horizontal scaling. also we have very stable and high failed system so i dont need any elastic high availability.
Question:
when i trying to cluster with One Master-Eligible-Node and Two Data-Node i face with this issues Total Document Size will Be Doubled and Seems all Documents Duplicate Over Two Data-Node i Just Want To Shard Split Over Data-Nodes.

Elastic-Search: V7.4.2

Master-Eligible-Node Settings:
cluster.name: Cluster-1
node.master: true
node.data: false

Data-Nodes Settings:
cluster.name: Cluster-1
node.master: false
node.data: true
#node.attr.rack: r1

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