Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r2b8a11f2b23b18443e7ff59977e934af75e3a827 -r0dcdd8bc0796916358ae8096f54d4fcbe65c6cf6 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 2b8a11f2b23b18443e7ff59977e934af75e3a827) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 0dcdd8bc0796916358ae8096f54d4fcbe65c6cf6) @@ -489,7 +489,7 @@ $(function() { var queryString = ""; - $.getJSON("/api/elasticsearch/topbeat/search/request.json", function (reqdata) { + $.getJSON("request.json", function (reqdata) { console.log(reqdata.query.bool.filter[0].bool.should[0].match["beat.hostname"]); reqdata.query.bool.filter[0].bool.should[0].match["beat.hostname"] = "9eb75e7e6e3e"; //console.log(reqdata.query.bool.filter[0].bool.should[0].match["beat.hostname"]); Index: ARMS/request.json =================================================================== diff -u --- ARMS/request.json (revision 0) +++ ARMS/request.json (revision 0dcdd8bc0796916358ae8096f54d4fcbe65c6cf6) @@ -0,0 +1,57 @@ +{ + "aggs": { + "2": { + "terms": { + "field": "proc.name.keyword", + "order": { + "_count": "desc" + }, + "size": 10 + } + } + }, + "size": 0, + "_source": { + "excludes": [] + }, + "stored_fields": [ + "*" + ], + "script_fields": {}, + "docvalue_fields": [ + { + "field": "@timestamp", + "format": "date_time" + } + ], + "query": { + "bool": { + "must": [], + "filter": [ + { + "bool": { + "should": [ + { + "match": { + "beat.hostname": "" + } + } + ], + "minimum_should_match": 1 + } + }, + { + "range": { + "@timestamp": { + "format": "strict_date_optional_time", + "gte": "2020-12-12T07:33:23.504Z", + "lte": "2020-12-12T07:48:23.504Z" + } + } + } + ], + "should": [], + "must_not": [] + } + } +} \ No newline at end of file FishEye: Tag 0dcdd8bc0796916358ae8096f54d4fcbe65c6cf6 refers to a dead (removed) revision in file `api/elasticsearch/topbeat/search/request.json'. FishEye: No comparison available. Pass `N' to diff?