summaryrefslogtreecommitdiff
path: root/elastic/query/test_names.json
diff options
context:
space:
mode:
Diffstat (limited to 'elastic/query/test_names.json')
-rw-r--r--elastic/query/test_names.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/elastic/query/test_names.json b/elastic/query/test_names.json
new file mode 100644
index 0000000..08f57a3
--- /dev/null
+++ b/elastic/query/test_names.json
@@ -0,0 +1,39 @@
+{
+ "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"
+ }
+ }
+ }
+ }
+}