RE: Kibana Histogram unexpected line curve with cumulative value

2014-03-20 Thread Isaac Hazan
: Thursday, March 20, 2014 9:12 AM To: elasticsearch@googlegroups.com Subject: Re: Kibana Histogram unexpected line curve with cumulative value I've got the same kind of issue. Did you find a solution ? On Monday, March 10, 2014 3:58:21 PM UTC+1, Isaac Hazan wrote: Kibana cannot do

Kibana Histogram unexpected line curve with cumulative value

2014-03-10 Thread Isaac Hazan
Kibana cannot do a the Histogram of the cumulative value of a field as describe at:https://github.com/elasticsearch/kibana/issues/740 To overcome that I created a separate index where I calculate myself the total and saved it to Elasticsearch. The mapping looks as follows: curl -XPOST localh

RE: Boolean query does not return expected data in Elasticsearch

2014-03-06 Thread isaac hazan
.com <https://twitter.com/dadoonet> @dadoonet | <https://twitter.com/elasticsearchfr> @elasticsearchfr Le 6 mars 2014 à 12:39:46, isaac hazan (isaac.yann.ha...@gmail.com) a écrit: Thx David. Sorry but I misunderstand(beginner in ES). Do you mean that the field names have

RE: Boolean query does not return expected data in Elasticsearch

2014-03-06 Thread isaac hazan
lowercase and split into tokens... -- David Pilato | Technical Advocate | Elasticsearch.com <https://twitter.com/dadoonet> @dadoonet | <https://twitter.com/elasticsearchfr> @elasticsearchfr Le 6 mars 2014 à 12:22:24, Isaac Hazan (isaac.yann.ha...@gmail.com) a écrit:

Boolean query does not return expected data in Elasticsearch

2014-03-06 Thread Isaac Hazan
I have the following document in Elasticsearch as reported by Kibana: {"deviceId":"C1976429369BFE063ED8B3409DB7C7E7D87196D9","appId":"DisneyDigitalBooks.PlanesAdventureAlbum","ostype":"iOS"} Why the following query does not return success? [root@myvm elasticsearch-1.0.0]# curl -XGET 'http://l

Elasticsearch Performance Analysis

2014-03-04 Thread Isaac Hazan
We are currently evaluating Elasticsearch as our solution for Analytics. The main driver is the fact that once the data is populated into Elasticsearch, the reporting comes for free with Kibana. Before adopting it, I am tasked to do a performance analysis of the tool. The main requirement is

RE: What is the meaning of throttle_time_in_millis?

2014-03-04 Thread isaac hazan
stats API gives you the total number of time that merges have been paused in order to prevent them from stealing all the server I/O. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index- modules-store.html#store-throttling On Tue, Mar 4, 2014 at 8:39 AM, Isaac H

What is the meaning of throttle_time_in_millis?

2014-03-03 Thread Isaac Hazan
I created an index in a 4 nodes Elasticsearch cluster. I added about 3.5 M documents using the java Elasticsearch API. When asking for the stats i get a very high number in throttle_time_in_millis as follows: { "_shards": { "total": 10, "successful": 10, "failed": 0 },