You index into a cluster, not a specific node, so data can be sent to any node and it will be stored in the cluster as a whole, often distributed across the nodes. You should therefore only send the data once to the cluster and the request can go to any node.