Index: ARMS/metricbeat2ReqTemplate.json =================================================================== diff -u --- ARMS/metricbeat2ReqTemplate.json (revision 0) +++ ARMS/metricbeat2ReqTemplate.json (revision a952f8fae3206f0478a65fc2e1c68c2ac1be7ac1) @@ -0,0 +1,72 @@ +{ + "aggs": { + "2": { + "date_histogram": { + "field": "@timestamp", + "fixed_interval": "30s", + "time_zone": "Asia/Seoul", + "min_doc_count": 1 + }, + "aggs": { + "5": { + "max": { + "field": "memory.actual.used.pct" + } + }, + "6": { + "max": { + "field": "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 FishEye: Tag a952f8fae3206f0478a65fc2e1c68c2ac1be7ac1 refers to a dead (removed) revision in file `ARMS/metricbeat2ReqTemplate2.json'. FishEye: No comparison available. Pass `N' to diff?