Re: Notifications from Elasticsearch when documents are added.

2014-06-27 Thread Matthew Parrott
:46 AM UTC-7, Jörg Prante wrote: Have you seen the Tribe Node? This is a kind of a merged state multi-master cluster. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html Jörg On Fri, Jun 27, 2014 at 1:39 AM, Matthew Parrott matthe...@gmail.com

Re: Notifications from Elasticsearch when documents are added.

2014-06-27 Thread Matthew Parrott
, 2014 10:40:55 AM UTC-7, Matthew Parrott wrote: Hey! I have looked at tribes, but didn't look deeply because of this: The merged view cannot handle indices with the same name in multiple clusters. I'd like to have indexes replicated across datacenters. Is there a way to accomplish

Re: cross data center replication

2014-06-27 Thread Matthew Parrott
I'm interested in this too. es-reindex seems like it lacks conflict resolution, and as noted in the docs, would be better implemented as a river. On Wednesday, June 4, 2014 9:03:37 PM UTC-7, Todd Nine wrote: Hey all, Sorry to resurrect a dead thread. Did you ever find a solution for

Re: Notifications from Elasticsearch when documents are added.

2014-06-26 Thread Matthew Parrott
Hi! Have there been any further explorations in the area of wan replication? I have ES clusters in multiple datacenters connected via high-speed private network. I'm wondering if multi-master replication would be possible in this environment or if we'd need some type of 'shovel' plugin like

multimaster over wan

2014-03-30 Thread Matthew Parrott
Hi, I'm wondering if ES supports a multi-master configuration over WAN. Let's say I have node A and node B and they're in different parts of the world. Can I write to the instance closest to my location and have the data automatically replicated to the other? Reading through the cluster