Re: I'm getting this error on bulk.

2015-02-22 Thread Raz Lachyani
No, It was actually empty :-o . Thanks for the quick response. On Sunday, February 22, 2015 at 3:58:07 PM UTC+2, David Pilato wrote: > > May be you forgot the last \n ? > > David > > Le 22 févr. 2015 à 12:03, Raz Lachyani > > a écrit : > > I'm getting this

I'm getting this error on bulk.

2015-02-22 Thread Raz Lachyani
I'm getting this error while sending bulks from php client: Elasticsearch Bulk failed ! cause : {"error":"ElasticsearchParseException[Failed to derive xcontent from org.elasticsearch.common.bytes.BytesArray@1]","status":400} Does anyone has an idea what does it mean ? -- You received this mes

Re: Nested object aggregations in Kibana 4

2014-12-21 Thread Raz Lachyani
Anyone ? On Monday, November 17, 2014 11:21:29 AM UTC+2, Raz Lachyani wrote: > > Hi Guy, > > I played a little bit with the Kibana 4 and this is an amazing tool !!! > I have two questions: > > 1. I couldn't create nested objects aggregation, is it supported ? and if &

Nested object aggregations in Kibana 4

2014-11-17 Thread Raz Lachyani
Hi Guy, I played a little bit with the Kibana 4 and this is an amazing tool !!! I have two questions: 1. I couldn't create nested objects aggregation, is it supported ? and if not in which Beta release will it work ? 2. Currently I can only visualize two aggregations (one of them is sub aggreg

Re: 1.4.0 initialisation fail after upgrade from 1.3.2

2014-11-16 Thread Raz Lachyani
Yeah you were right. I removed some plugins and it worked. Thanks. On Sunday, November 16, 2014 7:27:08 PM UTC+2, Jörg Prante wrote: > > You have to check your plugins. The plugins must be compatible with ES 1.4. > > Jörg > > On Sun, Nov 16, 2014 at 4:36 PM, Raz Lachyani > w

1.4.0 initialisation fail after upgrade from 1.3.2

2014-11-16 Thread Raz Lachyani
I upgraded ES from 1.3.2 to the new 1.4.0 version. The installation went smoothly, but after I tried to restart ES with 'service elasticsearch restart' it failed to initialise. In the log I can see this message: [2014-11-16 15:24:40,585][ERROR][bootstrap] {1.4.0}: Initialization

Re: stats, extended stats, percentiles for doc_count in aggregations

2014-10-15 Thread Raz Lachyani
Hi Loren, Maybe it is possible to use sum. I think you can try to find field or create one that when U use sum so its weight is equivalent to the doc_count. I haven't tried it yet, its just a thought. On Friday, May 2, 2014 10:37:08 AM UTC+3, Loren wrote: > > Thanks for the quick reply, Adrien

Get date histogram date for nested aggregations

2014-10-14 Thread Raz Lachyani
Is it possible to get the date of the date histogram for nested aggregations? Suppose I want to calculate past events from month before aggregation with key_as_string : 10-10-2012, how can I do this ? -- You received this message because you are subscribed to the Google Groups "elasticsearch

User retention/churn calculation

2014-10-14 Thread Raz Lachyani
Hi Guys, I need to get user retention from Elasticsearch. My algorithm is: retention_period = 60 days 1. start_registrations_date = today - retention_period - 30 days 2. end_registrations_date = today -retention_period 3. Get all users born in start_registrations_date to end_registrations_date