From 2cf09ffecd09d7e19d8a8da8b7914ac04d9986af Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 17 Jul 2017 08:53:24 -0300 Subject: [elastic] remove all elastic-related stuff All this was moved to the puppet repository so kibana is autoconfigured and the website is autogenerated. --- elastic/query/test_names.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 elastic/query/test_names.json (limited to 'elastic/query/test_names.json') 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" - } - } - } - } -} -- cgit v1.2.3