Results 5 comments of F1sn1k

@marcandre I use phone emaulator from google chrome developer edition ( select iphone 5 and 6) and it works fine. When I try on real iPhone 5 and iPhone 6...

@marcandre No I use my custom application

@Qmando can you help pls

In Elasticsearch I get desired results: ``` GET /logstash-*/_search { "size": 0, "aggregations": { "total_per_client": { "terms": { "field": "client_id" } } }, "query": { "bool": { "must": [ {...

`--es_debug_trace logtest` helped me a lot. `doc_type` is fixed as well thank you. The only problem now is how to get the aggregation value. Here is my title I want...