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

