Hello everyone,
I am new to elasticsearch as well as lucene and was hoping someone could
give me some insight into how to get a "master/slave" setup configuration
with some other options as well. Here is what I'm trying to do.
Create a cluster with capabilities of adding new nodes via amazon EC2 using
S3 gateway. This I have successfully done with no problems. Elasticsearch
provided great docs on how to do so.
I would like to have a single "master" with two failover "slaves" on three
amazon boxes. All data would be written to the master and replicated to
the slaves.
Then, I would like to be able to fire up new boxes and have some processes
running that would write data to the master which in turn would replicate
to every node in my cluster. Each node that is not one of the
master/slave boxes would never become master but be able to recieve the
push replication to it so I could read the data locally.
Any help is greatly appreciated on how to properly configure the
elasticsearch.yaml file to acheive this setup.
Cheers
--