Aggregation Functions
PantherFlow aggregation functions
Overview
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()Last updated
Was this helpful?

