I want to scale ES between data centers for use with logstash and tribe
node(s) sound like a great solution to this. One problem is that I'm not
sure how aliases work across clusters.
Here's the general idea. two clusters and an alias index on the tribe
cluster. Can you do this? Thanks for your help!
On Wednesday, February 12, 2014 2:41:26 PM UTC-8, Nelson Jeppesen wrote:
I want to scale ES between data centers for use with logstash and tribe
node(s) sound like a great solution to this. One problem is that I'm not
sure how aliases work across clusters.
Here's the general idea. two clusters and an alias index on the tribe
cluster. Can you do this? Thanks for your help!
You can read and write data using the tribe node, but you cannot execute
master level write operations. Those are all the operations that modify the
cluster state, something that's done only by the master node.
As aliases are part of the cluster state, modifying them means modifying
the cluster state, which is not possible using the tribe node. This is
stated in the
docs: Elasticsearch Platform — Find real-time answers at scale | Elastic
.
Cheers
Luca
On Wednesday, February 19, 2014 11:39:37 PM UTC+1, Nelson Jeppesen wrote:
Can anyone help me or know of a workaround? I've tried creating an alias
on a tribe node and I get the following on ES1.0:
On Wednesday, February 12, 2014 2:41:26 PM UTC-8, Nelson Jeppesen wrote:
I want to scale ES between data centers for use with logstash and tribe
node(s) sound like a great solution to this. One problem is that I'm not
sure how aliases work across clusters.
Here's the general idea. two clusters and an alias index on the tribe
cluster. Can you do this? Thanks for your help!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.