{ "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": [] } } }