GET elastiflow-3.4.1-*/_search { "aggs": { "word_cnt terms": { "terms": { "field": "flow.src_addr", "size" : 50000, "order": { "_count": "asc" } } } } }