elastiflow es 获取源地址所有值及其个数的方法

it2023-05-27  74

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

最新回复(0)