Re: Multi DC cluster or separate cluster per DC?

2014-05-12 Thread Deepak Jha
Having a separate cluster is definitely a better way to go. OR, you can control the shard, replica placement so that they are always placed in the same DC. In this way, you can avoid interDC issues still having a single cluster. I have the similar issue and I am looking at it as one of the

Re: Mapping created using Template does not work

2014-05-12 Thread Deepak Jha
Hi Alexander, Yes it works when I remove the template setting. On Friday, May 9, 2014 12:26:49 PM UTC-7, Alexander Reelsen wrote: Hey, can you just take some sample data and index it into elasticsearch manually and see if that works? --Alex On Thu, May 1, 2014 at 1:53 AM, Deepak Jha

Re: Mapping created using Template does not work

2014-05-05 Thread Deepak Jha
? Also, your JSON is not valid as the mapping for the class field contains a comma too much. --Alex On Thu, May 1, 2014 at 1:53 AM, Deepak Jha dkjh...@gmail.comjavascript: wrote: Hi, I have setup ELK stack and I am going by default index name, which is logstash-.MM.DD . Since

Kibana splits hostname on DOTS

2014-04-28 Thread Deepak Jha
Hi, I have a n00b question. I have a mapping defined as { *logstash-2014.04.29* : { mappings : { *X_Server* : { properties : { @timestamp : { type : date, format : dateOptionalTime }, @version : {type : string },

Dashboarding using Kibana

2014-04-10 Thread Deepak Jha
Hi, I have a different requirement this time. I am trying to use Kibana to show certain values rather than their count. Ideally, I am looking for something like Pie Chart . Lets say my elasticsearch data has following tags {x:5, y:10, z:15,a:2}, so I want to create a pie chart showing

MultiCluster Search in ElasticSearch

2014-01-15 Thread Deepak Jha
Hi All, I have Terabytes of data across 5 DataCenters and I am looking at setting up separate ElasticSearch Cluster in each DataCenters, so I will have 5 cluster storing all of my data. I need to have an interface that can query across all these cluster and show me the aggregated result. I

Re: MultiCluster Search in ElasticSearch

2014-01-15 Thread Deepak Jha
/ On Wed, Jan 15, 2014 at 9:18 PM, Deepak Jha dkjh...@gmail.comjavascript: wrote: Hi All, I have Terabytes of data across 5 DataCenters and I am looking at setting up separate ElasticSearch Cluster in each DataCenters, so I will have 5 cluster storing all of my data. I need to have an interface