Math Functions
PantherFlow math functions
math.round()
math.round()panther_logs.public.aws_alb
| summarize avg=agg.avg(receivedBytes) by ip_address
| project avg=math.round(avg, 2)Last updated
Was this helpful?
PantherFlow math functions
math.round()panther_logs.public.aws_alb
| summarize avg=agg.avg(receivedBytes) by ip_address
| project avg=math.round(avg, 2)Last updated
Was this helpful?
Was this helpful?