summaryrefslogtreecommitdiff
path: root/elastic/query/test_names.json
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-07-17 08:53:24 -0300
committerdrebs <drebs@riseup.net>2017-07-17 08:53:24 -0300
commit2cf09ffecd09d7e19d8a8da8b7914ac04d9986af (patch)
tree1f89ede3864c306390abc9b2f173abb29d5a8897 /elastic/query/test_names.json
parentdb58596f7abee94156fae3d5ce53e17e416c372d (diff)
[elastic] remove all elastic-related stuff
All this was moved to the puppet repository so kibana is autoconfigured and the website is autogenerated.
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"
- }
- }
- }
- }
-}