{ "query": { "range": { "start-time": { "gte": "2014-10-23T19:30:00.000", "lt": "2014-10-23T23:00:00.000", "time_zone": "+2:00" } } }, "aggregations": { "timeslots": { "date_histogram": { "field": "start-time", "interval": "5m" }, "aggregations": { "by_source": { "terms": { "script": "[ doc['hostname'].value, doc['streamer-id.content-id'].value, doc['streamer-id.format'].value, doc['streamer-id.quality'].value ].join('/') ", "size": 0 }, "aggregations": { "avg_clients": { "avg": { "field": "data.client-count" } } } } } } } }