Fault tolerant tribe nodes?

2015-04-22 Thread Espen Wang Andreassen
Does anyone know if it is possible to get a tribe-node to _not_ go dark if a configured child-cluster goes offline? We would like to use it to provide federated search across multiple clusters (in different data centers) - but as it is now the tribe node will not return _anything_ if one of the

Re: Tribe nodes

2015-04-01 Thread Mark Walkom
Please start your own thread for your question :) On 2 April 2015 at 06:51, Deve java wrote: > hi members > > please, how we can use tribe node in java api ? > > > > > Le jeudi 16 janvier 2014 17:52:25 UTC-5, Jörg Prante a écrit : >> >> 0.90.* and 1.0.0.RC1 node clients can not talk to each othe

Re: Tribe nodes

2015-04-01 Thread Deve java
hi members please, how we can use tribe node in java api ? Le jeudi 16 janvier 2014 17:52:25 UTC-5, Jörg Prante a écrit : > > 0.90.* and 1.0.0.RC1 node clients can not talk to each other, discovery > fails with errors like > > [2014-01-16 23:45:40,885][WARN ][discovery.zen.ping.multicast] [J

Re: Topology of tribe nodes in a distributed replicated environment and automatic index + alias creation.

2015-02-16 Thread Mark Walkom
ayed individually on each region's cluster. If a region is > offline, or unreachable, it won't block other regions getting created. > > > Tribe Nodes: Write to all regions. Is there a way we can do this so that > this returns to the caller after our local region has accept

Topology of tribe nodes in a distributed replicated environment and automatic index + alias creation.

2015-02-11 Thread Todd Nine
as well as read and write alias creation. These operations are then replayed individually on each region's cluster. If a region is offline, or unreachable, it won't block other regions getting created. Tribe Nodes: Write to all regions. Is there a way we can do this so that t

Can elasticsearch tribe nodes connect to other tribe nodes?

2014-12-10 Thread Andre Encarnacao
I'm wondering if elasticsearch can support a hierarchy of tribe nodes. For example, let's say we have a tribe node (A) connected to a set of 5 clusters, and then a tribe node (B) connected to a set of 3 clusters. Can we create a super tribe node (C) that connects to just tribe nodes

Re: Tribe Nodes

2014-11-22 Thread Otis Gospodnetic
I believe so, yes. Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Wednesday, November 19, 2014 11:10:38 AM UTC-5, Hari Kosaraju wrote: > > Hi, > > Is it possible to have multiple tribe node

Tribe Nodes

2014-11-19 Thread Hari Kosaraju
Hi, Is it possible to have multiple tribe nodes connect to the same clusters? thanks, Hari -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to ela

ElasticSearch deployment architecture with tribe nodes

2014-10-22 Thread Connie Yang
Hi, I want to setup an ELK Stack infrastructure that streams the logs from two data centers and make the combined log viewable through a single Kibana console. Each data center has a local ElasticSearch cluster. So, I'm considering using Tribe nodes to bring the data together. The ques

Exception with TCP ports for Tribe Nodes

2014-10-21 Thread sagarl
Hi, I am using following yaml settings for Tribe Node: node.name: es_tribenode http.port: 7774 tribe.t0.cluster.name: source_cluster1 tribe.t0.transport.tcp.port: 7709 tribe.t1.cluster.name: source_cluster2 tribe.t1.transport.tcp.port: 7709 Both the source clusters are running with *tcp.port = 7

Re: Tribe nodes

2014-01-16 Thread joergpra...@gmail.com
0.90.* and 1.0.0.RC1 node clients can not talk to each other, discovery fails with errors like [2014-01-16 23:45:40,885][WARN ][discovery.zen.ping.multicast] [John Falsworth] failed to read requesting data from /192.168.1.113:54328 java.io.IOException: No transport address mapped to [17519] at org

Re: Tribe nodes

2014-01-16 Thread David Pilato
I think it won't work. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 16 janv. 2014 à 22:52, Mark Walkom a écrit : > Does anyone know if a tribe node can talk to v0.90.* clusters? ie the tribe > functionality is only required on the designated tribe node and not all it's

Re: Tribe nodes

2014-01-16 Thread Mark Walkom
Does anyone know if a tribe node can talk to v0.90.* clusters? ie the tribe functionality is only required on the designated tribe node and not all it's connected clusters. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com

Re: Tribe nodes

2014-01-16 Thread joergpra...@gmail.com
A tribe node is built into a usual Node, so there is no special tribe node class. If you pass parameter like "tribe.t1.cluster.name" etc. to the Node settings, a tribe service class is used and performs all the necessary work in the background. Basically the API stays the same but certain features

Re: Tribe nodes

2014-01-16 Thread Deepak Jha
HI Jorg, I posted a question for the same issue yesterday and I was referenced to look at http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-tribe.html . My question is lets say I want to query across multiple cluster using Kibana, then do I need to put tribe node det

Re: Tribe nodes

2014-01-16 Thread joergpra...@gmail.com
The tribe node can be useful if your organization is maintaining several clusters (for whatever reasons) but you want to search all of them. Also useful could be transferring data between clusters by a single client in a single step. Reasons can be organizational, or geographical, or logical. May

Tribe nodes

2014-01-16 Thread Mihai Oprea
Hi all, I took a look at some of the changes that Elasticsearch RC1 brings and I was wondering what use cases you found for tribe nodes. What are the benefits of using a tribe node over multiple clusters versus just having more indexes in the same cluster. Best, Mihai -- You received this