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.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/elastic/query/test_names.json b/elastic/query/test_names.json
deleted file mode 100644
index 962c587..0000000
--- a/elastic/query/test_names.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "size": 0,
- "query": {
- "bool": {
- "must": [
- {
- "query_string": {
- "analyze_wildcard": true,
- "query": "commit_info.project:soledad AND machine_info.host='weasel'"
- }
- },
- {
- "range": {
- "datetime": {
- "gte": 1483225200000,
- "format": "epoch_millis"
- }
- }
- }
- ],
- "must_not": []
- }
- },
- "_source": {
- "excludes": []
- },
- "aggs": {
- "test_names": {
- "terms": {
- "field": "name",
- "size": 100,
- "order": {
- "_count": "desc"
- }
- }
- }
- }
-}