집계 함수
PantherFlow 집계 함수
개요
agg.avg()
agg.avg()panther_logs.public.aws_alb
| summarize agg.avg(receivedBytes) by ip_addressagg.count()
agg.count()panther_logs.public.aws_alb
| summarize agg.count() by ip_addressagg.count_distinct()
agg.count_distinct()agg.make_set()
agg.make_set()agg.max()
agg.max()agg.min()
agg.min()agg.percentile_cont()
agg.percentile_cont()agg.stddev()
agg.stddev()agg.sum()
agg.sum()agg.take_any()
agg.take_any()마지막 업데이트
도움이 되었나요?

