Elastic Search Cluster replicaition -- tribe nodes

Tribe nodes let you query across multiple clusters, it doesn't do replication.

You either need to;

  1. Use your code to send to multiple clusters
  2. Use a queuing system to do the same
  3. Use snapshot and restore to replicate the data