Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r8a0f167f386e0559399d23932c4fa74b7a0cab68 -r90ceff61915c12c16d2a4f1dcec46a48d4b52b14 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 8a0f167f386e0559399d23932c4fa74b7a0cab68) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 90ceff61915c12c16d2a4f1dcec46a48d4b52b14) @@ -489,16 +489,35 @@ - +
- +
+ +
+ +
+ + \ No newline at end of file Index: ARMS/metricbeatReqTemplate.js =================================================================== diff -u --- ARMS/metricbeatReqTemplate.js (revision 0) +++ ARMS/metricbeatReqTemplate.js (revision 90ceff61915c12c16d2a4f1dcec46a48d4b52b14) @@ -0,0 +1,93 @@ +function metricbeat(selectedNodeHost){ + + console.log("<== metricbeat ==> "); + console.log("before savedNodeHost ==> " + savedNodeHost); + if(typeof selectedNodeHost == "undefined" || selectedNodeHost == null || selectedNodeHost == "") + console.log("savedNodeHost = " + savedNodeHost); + else + savedNodeHost = $.trim(selectedNodeHost); + + var start = $("#reservationtime").data().daterangepicker.startDate; + console.log("start hour check = " + start.format('H')); + var startHours = parseInt(start.format('H')); + var startHoursStr; + if(startHours < 10){ + startHoursStr = "0" + startHours; + }else{ + startHoursStr = startHours; + } + var searchStartStr = start.format('YYYY-MM-DD') + "T" + startHoursStr + start.format(':mm:ss') + ".000Z"; + console.log("searchStartStr check = " + searchStartStr); + + var end = $("#reservationtime").data().daterangepicker.endDate; + console.log("end hour check = " + end.format('H')); + var endHours = parseInt(end.format('H')); + var endHoursStr; + if(endHours < 10){ + endHoursStr = "0" + endHours; + }else{ + endHoursStr = endHours; + } + var searchEndStr = end.format('YYYY-MM-DD') + "T" + endHoursStr + end.format(':mm:ss') + ".000Z"; + console.log("searchEndStr check = " + searchEndStr); + + console.log("after savedNodeHost ==> " + savedNodeHost); + + $.getJSON("metricbeatReqTemplate.json", function (reqdata) { + console.log(reqdata.query.bool.filter[1].range["@timestamp"].gte); + reqdata.query.bool.filter[1].range["@timestamp"].gte = searchStartStr; + reqdata.query.bool.filter[1].range["@timestamp"].lte = searchEndStr; + reqdata.query.bool.filter[0].bool.should[0].match["beat.hostname"] = savedNodeHost; + + var queryString = JSON.stringify(reqdata); + console.log(queryString); + + var url = ""; + var type = ""; + if($(location).attr('port') == 9999){ + url = "/api/elasticsearch/metricbeat/search/api.json"; + type = "get"; + }else{ + url="/elasticsearch/metricbeat-*/_search"; + type = "post"; + } + + $.ajax({ + url : url, + type : type, + data : queryString, + dataType : 'json', + jsonp : false, + timeout : 31313, + global : true, + contentType : 'application/json;charset=UTF-8', + cache : false, + success : function(data) { + + console.log("metricbeat response data = " + JSON.stringify(data)); + var chartLabels = []; + var chartData = []; + + var filteredObj = data.aggregations[2].buckets; + + $.each(filteredObj, function(inx, obj){ + chartLabels.push(obj.key); + chartData.push(obj.doc_count); + }); + + var config = { + type: 'line', + data: { + labels: chartLabels, + datasets: [{ + label: 'Metricbeat Chart', + data: chartData, + backgroundColor: 'rgba(0, 119, 204, 0.3)' + }] + } + } + new Chart(document.getElementById('metricbeatCanvas'), config); + } + }); + }); +} \ No newline at end of file Index: ARMS/metricbeatReqTemplate.json =================================================================== diff -u --- ARMS/metricbeatReqTemplate.json (revision 0) +++ ARMS/metricbeatReqTemplate.json (revision 90ceff61915c12c16d2a4f1dcec46a48d4b52b14) @@ -0,0 +1,87 @@ +{ + "aggs": { + "2": { + "date_histogram": { + "field": "@timestamp", + "fixed_interval": "30s", + "time_zone": "Asia/Seoul", + "min_doc_count": 1 + }, + "aggs": { + "1": { + "max": { + "field": "system.cpu.total.pct" + } + }, + "3": { + "max": { + "field": "system.cpu.system.pct" + } + }, + "4": { + "max": { + "field": "system.cpu.user.pct" + } + }, + "5": { + "max": { + "field": "system.memory.actual.used.pct" + } + }, + "6": { + "max": { + "field": "system.memory.used.pct" + } + } + } + } + }, + "size": 0, + "_source": { + "excludes": [] + }, + "stored_fields": [ + "*" + ], + "script_fields": {}, + "docvalue_fields": [ + { + "field": "@timestamp", + "format": "date_time" + }, + { + "field": "system.process.cpu.start_time", + "format": "date_time" + } + ], + "query": { + "bool": { + "must": [], + "filter": [ + { + "bool": { + "should": [ + { + "match": { + "agent.hostname": "9eb75e7e6e3e" + } + } + ], + "minimum_should_match": 1 + } + }, + { + "range": { + "@timestamp": { + "format": "strict_date_optional_time", + "gte": "2020-12-20T04:57:55.436Z", + "lte": "2020-12-20T05:12:55.436Z" + } + } + } + ], + "should": [], + "must_not": [] + } + } +} \ No newline at end of file Index: ARMS/topbeatReqTemplate.js =================================================================== diff -u -rd80920fe39d312890cda25b47799b331659e2d8b -r90ceff61915c12c16d2a4f1dcec46a48d4b52b14 --- ARMS/topbeatReqTemplate.js (.../topbeatReqTemplate.js) (revision d80920fe39d312890cda25b47799b331659e2d8b) +++ ARMS/topbeatReqTemplate.js (.../topbeatReqTemplate.js) (revision 90ceff61915c12c16d2a4f1dcec46a48d4b52b14) @@ -1,17 +1,3 @@ -$(function() { - //Date range picker - //$('#reservation').daterangepicker() - //Date range picker with time picker - $('#reservationtime').daterangepicker({ timePicker: true, timePickerIncrement: 30, locale: { format: 'YYYY-MM-DD H:mm:ss', separator: " ~ " }}, - function(start, end) { - topbeat(null); - } - ) - -}); - - -var savedNodeHost; function topbeat(selectedNodeHost){ console.log("before savedNodeHost ==> " + savedNodeHost); @@ -99,7 +85,7 @@ }] } } - new Chart(document.getElementById('canvas'), config); + new Chart(document.getElementById('topbeatCanvas'), config); } }); }); Index: api/elasticsearch/metricbeat/search/api.json =================================================================== diff -u -r0f5ec821f518153a8ccb3e1dc4b659e744003909 -r90ceff61915c12c16d2a4f1dcec46a48d4b52b14 --- api/elasticsearch/metricbeat/search/api.json (.../api.json) (revision 0f5ec821f518153a8ccb3e1dc4b659e744003909) +++ api/elasticsearch/metricbeat/search/api.json (.../api.json) (revision 90ceff61915c12c16d2a4f1dcec46a48d4b52b14) @@ -1,15 +1,15 @@ { - "took": 1518, + "took": 431, "timed_out": false, "_shards": { - "total": 30, - "successful": 29, + "total": 40, + "successful": 39, "skipped": 0, "failed": 0 }, "hits": { "total": { - "value": 1360, + "value": 1361, "relation": "eq" }, "max_score": null, @@ -20,623 +20,603 @@ "buckets": [ { "1": { - "value": 0.28780001401901245 + "value": 0.2784000039100647 }, "3": { - "value": 0.10999999940395355 + "value": 0.20409999787807465 }, "4": { - "value": 0.1655000001192093 + "value": 0.07209999859333038 }, "5": { - "value": 0.5557000041007996 + "value": 0.3000999987125397 }, "6": { - "value": 0.9894999861717224 + "value": 0.8194000124931335 }, - "key_as_string": "2020-12-06T16:23:00.000+09:00", - "key": 1607239380000, - "doc_count": 15 + "key_as_string": "2020-12-20T13:58:00.000+09:00", + "key": 1608440280000, + "doc_count": 45 }, { "1": { - "value": 0.5077000260353088 + "value": 0.30309998989105225 }, "3": { - "value": 0.17059999704360962 + "value": 0.20280000567436218 }, "4": { - "value": 0.31439998745918274 + "value": 0.08820000290870667 }, "5": { - "value": 0.5565000176429749 + "value": 0.30000001192092896 }, "6": { - "value": 0.9902999997138977 + "value": 0.8192999958992004 }, - "key_as_string": "2020-12-06T16:23:30.000+09:00", - "key": 1607239410000, - "doc_count": 45 + "key_as_string": "2020-12-20T13:58:30.000+09:00", + "key": 1608440310000, + "doc_count": 46 }, { "1": { - "value": 0.41130000352859497 + "value": 0.2648000121116638 }, "3": { - "value": 0.12849999964237213 + "value": 0.1808999925851822 }, "4": { - "value": 0.2581000030040741 + "value": 0.08630000054836273 }, "5": { - "value": 0.555899977684021 + "value": 0.3000999987125397 }, "6": { - "value": 0.9886000156402588 + "value": 0.8195000290870667 }, - "key_as_string": "2020-12-06T16:24:00.000+09:00", - "key": 1607239440000, + "key_as_string": "2020-12-20T13:59:00.000+09:00", + "key": 1608440340000, "doc_count": 45 }, { "1": { - "value": 0.5421000123023987 + "value": 0.25850000977516174 }, "3": { - "value": 0.18209999799728394 + "value": 0.17970000207424164 }, "4": { - "value": 0.3799999952316284 + "value": 0.08139999955892563 }, "5": { - "value": 0.5565999746322632 + "value": 0.3001999855041504 }, "6": { - "value": 0.9894000291824341 + "value": 0.8195000290870667 }, - "key_as_string": "2020-12-06T16:24:30.000+09:00", - "key": 1607239470000, - "doc_count": 46 + "key_as_string": "2020-12-20T13:59:30.000+09:00", + "key": 1608440370000, + "doc_count": 47 }, { "1": { - "value": 0.560699999332428 + "value": 0.3483999967575073 }, "3": { - "value": 0.14020000398159027 + "value": 0.2370000034570694 }, "4": { - "value": 0.40709999203681946 + "value": 0.09300000220537186 }, "5": { - "value": 0.5564000010490417 + "value": 0.3000999987125397 }, "6": { - "value": 0.9894000291824341 + "value": 0.8195000290870667 }, - "key_as_string": "2020-12-06T16:25:00.000+09:00", - "key": 1607239500000, + "key_as_string": "2020-12-20T14:00:00.000+09:00", + "key": 1608440400000, "doc_count": 45 }, { "1": { - "value": 0.708899974822998 + "value": 0.3490000069141388 }, "3": { - "value": 0.17800000309944153 + "value": 0.2289000004529953 }, "4": { - "value": 0.4864000082015991 + "value": 0.10170000046491623 }, "5": { - "value": 0.5569000244140625 + "value": 0.3001999855041504 }, "6": { - "value": 0.9901000261306763 + "value": 0.8195000290870667 }, - "key_as_string": "2020-12-06T16:25:30.000+09:00", - "key": 1607239530000, - "doc_count": 46 + "key_as_string": "2020-12-20T14:00:30.000+09:00", + "key": 1608440430000, + "doc_count": 45 }, { "1": { - "value": 0.3109000027179718 + "value": 0.2825999855995178 }, "3": { - "value": 0.1111999973654747 + "value": 0.20229999721050262 }, "4": { - "value": 0.1873999983072281 + "value": 0.08299999684095383 }, "5": { - "value": 0.5562000274658203 + "value": 0.3001999855041504 }, "6": { - "value": 0.9894000291824341 + "value": 0.819599986076355 }, - "key_as_string": "2020-12-06T16:26:00.000+09:00", - "key": 1607239560000, + "key_as_string": "2020-12-20T14:01:00.000+09:00", + "key": 1608440460000, "doc_count": 45 }, { "1": { - "value": 0.6031000018119812 + "value": 0.3073999881744385 }, "3": { - "value": 0.18520000576972961 + "value": 0.21199999749660492 }, "4": { - "value": 0.42289999127388 + "value": 0.07509999722242355 }, "5": { - "value": 0.5569000244140625 + "value": 0.3001999855041504 }, "6": { - "value": 0.9901999831199646 + "value": 0.819599986076355 }, - "key_as_string": "2020-12-06T16:26:30.000+09:00", - "key": 1607239590000, - "doc_count": 45 + "key_as_string": "2020-12-20T14:01:30.000+09:00", + "key": 1608440490000, + "doc_count": 46 }, { "1": { - "value": 0.34540000557899475 + "value": 0.30059999227523804 }, "3": { - "value": 0.1274999976158142 + "value": 0.20630000531673431 }, "4": { - "value": 0.20659999549388885 + "value": 0.09440000355243683 }, "5": { - "value": 0.5562999844551086 + "value": 0.3001999855041504 }, "6": { - "value": 0.9896000027656555 + "value": 0.819599986076355 }, - "key_as_string": "2020-12-06T16:27:00.000+09:00", - "key": 1607239620000, + "key_as_string": "2020-12-20T14:02:00.000+09:00", + "key": 1608440520000, "doc_count": 45 }, { "1": { - "value": 0.5616000294685364 + "value": 0.27619999647140503 }, "3": { - "value": 0.20720000565052032 + "value": 0.19300000369548798 }, "4": { - "value": 0.3366999924182892 + "value": 0.07010000199079514 }, "5": { - "value": 0.5569000244140625 + "value": 0.3001999855041504 }, "6": { - "value": 0.9901999831199646 + "value": 0.8197000026702881 }, - "key_as_string": "2020-12-06T16:27:30.000+09:00", - "key": 1607239650000, - "doc_count": 45 + "key_as_string": "2020-12-20T14:02:30.000+09:00", + "key": 1608440550000, + "doc_count": 46 }, { "1": { - "value": 0.4165000021457672 + "value": 0.274399995803833 }, "3": { - "value": 0.1316000074148178 + "value": 0.18940000236034393 }, "4": { - "value": 0.2777000069618225 + "value": 0.07289999723434448 }, "5": { - "value": 0.5562000274658203 + "value": 0.3001999855041504 }, "6": { - "value": 0.9896000027656555 + "value": 0.8197000026702881 }, - "key_as_string": "2020-12-06T16:28:00.000+09:00", - "key": 1607239680000, + "key_as_string": "2020-12-20T14:03:00.000+09:00", + "key": 1608440580000, "doc_count": 45 }, { "1": { - "value": 0.5339000225067139 + "value": 0.3237999975681305 }, "3": { - "value": 0.19859999418258667 + "value": 0.22259999811649323 }, "4": { - "value": 0.32420000433921814 + "value": 0.0868000015616417 }, "5": { - "value": 0.5572999715805054 + "value": 0.3001999855041504 }, "6": { - "value": 0.9907000064849854 + "value": 0.8197000026702881 }, - "key_as_string": "2020-12-06T16:28:30.000+09:00", - "key": 1607239710000, + "key_as_string": "2020-12-20T14:03:30.000+09:00", + "key": 1608440610000, "doc_count": 46 }, { "1": { - "value": 0.3294999897480011 + "value": 0.3138999938964844 }, "3": { - "value": 0.11540000140666962 + "value": 0.20589999854564667 }, "4": { - "value": 0.1987999975681305 + "value": 0.10360000282526016 }, "5": { - "value": 0.5566999912261963 + "value": 0.3003000020980835 }, "6": { - "value": 0.9871000051498413 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:29:00.000+09:00", - "key": 1607239740000, + "key_as_string": "2020-12-20T14:04:00.000+09:00", + "key": 1608440640000, "doc_count": 45 }, { "1": { - "value": 0.5052000284194946 + "value": 0.325300008058548 }, "3": { - "value": 0.17980000376701355 + "value": 0.22050000727176666 }, "4": { - "value": 0.3111000061035156 + "value": 0.09049999713897705 }, "5": { - "value": 0.5573999881744385 + "value": 0.3001999855041504 }, "6": { - "value": 0.9879000186920166 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:29:30.000+09:00", - "key": 1607239770000, - "doc_count": 46 + "key_as_string": "2020-12-20T14:04:30.000+09:00", + "key": 1608440670000, + "doc_count": 45 }, { "1": { - "value": 0.362199991941452 + "value": 0.4115999937057495 }, "3": { - "value": 0.11729999631643295 + "value": 0.25699999928474426 }, "4": { - "value": 0.22840000689029694 + "value": 0.11980000138282776 }, "5": { - "value": 0.5566999912261963 + "value": 0.3001999855041504 }, "6": { - "value": 0.9872999787330627 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:30:00.000+09:00", - "key": 1607239800000, + "key_as_string": "2020-12-20T14:05:00.000+09:00", + "key": 1608440700000, "doc_count": 45 }, { "1": { - "value": 0.527899980545044 + "value": 0.3571999967098236 }, "3": { - "value": 0.1842000037431717 + "value": 0.2418999969959259 }, "4": { - "value": 0.3208000063896179 + "value": 0.12309999763965607 }, "5": { - "value": 0.5573999881744385 + "value": 0.3001999855041504 }, "6": { - "value": 0.9879999756813049 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:30:30.000+09:00", - "key": 1607239830000, + "key_as_string": "2020-12-20T14:05:30.000+09:00", + "key": 1608440730000, "doc_count": 46 }, { "1": { - "value": 0.35760000348091125 + "value": 0.3553999960422516 }, "3": { - "value": 0.12839999794960022 + "value": 0.23829999566078186 }, "4": { - "value": 0.2126999944448471 + "value": 0.09369999915361404 }, "5": { - "value": 0.5568000078201294 + "value": 0.3001999855041504 }, "6": { - "value": 0.9873999953269958 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:31:00.000+09:00", - "key": 1607239860000, - "doc_count": 45 + "key_as_string": "2020-12-20T14:06:00.000+09:00", + "key": 1608440760000, + "doc_count": 44 }, { "1": { - "value": 0.49900001287460327 + "value": 0.28279998898506165 }, "3": { - "value": 0.1851000040769577 + "value": 0.19840000569820404 }, "4": { - "value": 0.3538999855518341 + "value": 0.07930000126361847 }, "5": { - "value": 0.5573999881744385 + "value": 0.3001999855041504 }, "6": { - "value": 0.988099992275238 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:31:30.000+09:00", - "key": 1607239890000, - "doc_count": 46 + "key_as_string": "2020-12-20T14:06:30.000+09:00", + "key": 1608440790000, + "doc_count": 48 }, { "1": { - "value": 0.3269999921321869 + "value": 0.2897000014781952 }, "3": { - "value": 0.1273999959230423 + "value": 0.1972000002861023 }, "4": { - "value": 0.19339999556541443 + "value": 0.08940000087022781 }, "5": { - "value": 0.5569000244140625 + "value": 0.3001999855041504 }, "6": { - "value": 0.987500011920929 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:32:00.000+09:00", - "key": 1607239920000, - "doc_count": 45 + "key_as_string": "2020-12-20T14:07:00.000+09:00", + "key": 1608440820000, + "doc_count": 46 }, { "1": { - "value": 0.4918000102043152 + "value": 0.33399999141693115 }, "3": { - "value": 0.18250000476837158 + "value": 0.22300000488758087 }, "4": { - "value": 0.30230000615119934 + "value": 0.08860000222921371 }, "5": { - "value": 0.5575000047683716 + "value": 0.3001999855041504 }, "6": { - "value": 0.9883000254631042 + "value": 0.8198999762535095 }, - "key_as_string": "2020-12-06T16:32:30.000+09:00", - "key": 1607239950000, - "doc_count": 46 + "key_as_string": "2020-12-20T14:07:30.000+09:00", + "key": 1608440850000, + "doc_count": 43 }, { "1": { - "value": 0.504800021648407 + "value": 0.41999998688697815 }, "3": { - "value": 0.1274999976158142 + "value": 0.25440001487731934 }, "4": { - "value": 0.35569998621940613 + "value": 0.14509999752044678 }, "5": { - "value": 0.5569000244140625 + "value": 0.3000999987125397 }, "6": { - "value": 0.9876000285148621 + "value": 0.8198000192642212 }, - "key_as_string": "2020-12-06T16:33:00.000+09:00", - "key": 1607239980000, + "key_as_string": "2020-12-20T14:08:00.000+09:00", + "key": 1608440880000, "doc_count": 45 }, { "1": { - "value": 0.7524999976158142 + "value": 0.35339999198913574 }, "3": { - "value": 0.20669999718666077 + "value": 0.23829999566078186 }, "4": { - "value": 0.5012999773025513 + "value": 0.14000000059604645 }, "5": { - "value": 0.5573999881744385 + "value": 0.3000999987125397 }, "6": { - "value": 0.9882000088691711 + "value": 0.8198999762535095 }, - "key_as_string": "2020-12-06T16:33:30.000+09:00", - "key": 1607240010000, + "key_as_string": "2020-12-20T14:08:30.000+09:00", + "key": 1608440910000, "doc_count": 46 }, { "1": { - "value": 0.3774999976158142 + "value": 0.3865000009536743 }, "3": { - "value": 0.11140000075101852 + "value": 0.27129998803138733 }, "4": { - "value": 0.2551000118255615 + "value": 0.12399999797344208 }, "5": { - "value": 0.5568000078201294 + "value": 0.3001999855041504 }, "6": { - "value": 0.9876999855041504 + "value": 0.8198999762535095 }, - "key_as_string": "2020-12-06T16:34:00.000+09:00", - "key": 1607240040000, - "doc_count": 45 + "key_as_string": "2020-12-20T14:09:00.000+09:00", + "key": 1608440940000, + "doc_count": 44 }, { "1": { - "value": 0.5638999938964844 + "value": 0.3206999897956848 }, "3": { - "value": 0.20389999449253082 + "value": 0.20499999821186066 }, "4": { - "value": 0.38760000467300415 + "value": 0.1054999977350235 }, "5": { - "value": 0.5577999949455261 + "value": 0.3001999855041504 }, "6": { - "value": 0.9886999726295471 + "value": 0.8199999928474426 }, - "key_as_string": "2020-12-06T16:34:30.000+09:00", - "key": 1607240070000, + "key_as_string": "2020-12-20T14:09:30.000+09:00", + "key": 1608440970000, "doc_count": 45 }, { "1": { - "value": 0.8331999778747559 + "value": 0.325300008058548 }, "3": { - "value": 0.17249999940395355 + "value": 0.22030000388622284 }, "4": { - "value": 0.6446999907493591 + "value": 0.08839999884366989 }, "5": { - "value": 0.5570999979972839 + "value": 0.3001999855041504 }, "6": { - "value": 0.9889000058174133 + "value": 0.8199999928474426 }, - "key_as_string": "2020-12-06T16:35:00.000+09:00", - "key": 1607240100000, + "key_as_string": "2020-12-20T14:10:00.000+09:00", + "key": 1608441000000, "doc_count": 45 }, { "1": { - "value": 0.7034000158309937 + "value": 0.290800005197525 }, "3": { - "value": 0.1923999935388565 + "value": 0.1932000070810318 }, "4": { - "value": 0.5108000040054321 + "value": 0.08129999786615372 }, "5": { - "value": 0.5577999949455261 + "value": 0.3001999855041504 }, "6": { - "value": 0.9896000027656555 + "value": 0.8199999928474426 }, - "key_as_string": "2020-12-06T16:35:30.000+09:00", - "key": 1607240130000, + "key_as_string": "2020-12-20T14:10:30.000+09:00", + "key": 1608441030000, "doc_count": 46 }, { "1": { - "value": 0.364300012588501 + "value": 0.2757999897003174 }, "3": { - "value": 0.12970000505447388 + "value": 0.18860000371932983 }, "4": { - "value": 0.21310000121593475 + "value": 0.0771000012755394 }, "5": { - "value": 0.5570999979972839 + "value": 0.3001999855041504 }, "6": { - "value": 0.9889000058174133 + "value": 0.8199999928474426 }, - "key_as_string": "2020-12-06T16:36:00.000+09:00", - "key": 1607240160000, + "key_as_string": "2020-12-20T14:11:00.000+09:00", + "key": 1608441060000, "doc_count": 45 }, { "1": { - "value": 0.6589999794960022 + "value": 0.3109000027179718 }, "3": { - "value": 0.21899999678134918 + "value": 0.20999999344348907 }, "4": { - "value": 0.46239998936653137 + "value": 0.0835999995470047 }, "5": { - "value": 0.557699978351593 + "value": 0.3000999987125397 }, "6": { - "value": 0.9896000027656555 + "value": 0.8198999762535095 }, - "key_as_string": "2020-12-06T16:36:30.000+09:00", - "key": 1607240190000, + "key_as_string": "2020-12-20T14:11:30.000+09:00", + "key": 1608441090000, "doc_count": 46 }, { "1": { - "value": 0.554099977016449 + "value": 0.31700000166893005 }, "3": { - "value": 0.18709999322891235 + "value": 0.21809999644756317 }, "4": { - "value": 0.3440999984741211 + "value": 0.0917000025510788 }, "5": { - "value": 0.557200014591217 + "value": 0.3000999987125397 }, "6": { - "value": 0.9891999959945679 + "value": 0.8198999762535095 }, - "key_as_string": "2020-12-06T16:37:00.000+09:00", - "key": 1607240220000, + "key_as_string": "2020-12-20T14:12:00.000+09:00", + "key": 1608441120000, "doc_count": 45 }, { "1": { - "value": 0.7857999801635742 + "value": 0.29809999465942383 }, "3": { - "value": 0.2874000072479248 + "value": 0.2069000005722046 }, "4": { - "value": 0.46389999985694885 + "value": 0.12070000171661377 }, "5": { - "value": 0.5580000281333923 + "value": 0.3000999987125397 }, "6": { - "value": 0.9901000261306763 + "value": 0.8198999762535095 }, - "key_as_string": "2020-12-06T16:37:30.000+09:00", - "key": 1607240250000, - "doc_count": 45 - }, - { - "1": { - "value": 0.5594000220298767 - }, - "3": { - "value": 0.20110000669956207 - }, - "4": { - "value": 0.35010001063346863 - }, - "5": { - "value": 0.5575000047683716 - }, - "6": { - "value": 0.9894999861717224 - }, - "key_as_string": "2020-12-06T16:38:00.000+09:00", - "key": 1607240280000, - "doc_count": 30 + "key_as_string": "2020-12-20T14:12:30.000+09:00", + "key": 1608441150000, + "doc_count": 46 } ] }