{ "size": 0, "query": { "bool": { "must": [ { "query_string": { "analyze_wildcard": true, "query": "commit_info.project:soledad AND commit_info.branch='master' AND machine_info.host='weasel'" } }, { "range": { "datetime": { "gte": 1483225200000, "lte": 1492518132409, "format": "epoch_millis" } } } ], "must_not": [] } }, "_source": { "excludes": [] }, "aggs": { "test_names": { "terms": { "field": "name", "size": 100, "order": { "_count": "desc" } } } } }