Other Functions
PantherFlow miscellaneous functions
coalesce()
coalesce()panther_logs.public.aws_alb
| project firstArn=coalesce(targetGroupArn, chosenCertArn)toscalar()
toscalar()panther_logs.public.aws_alb
| extend avgBytes = toscalar(panther_logs.public.aws_alb | summarize agg.avg(receivedBytes) by ip_address)
| project biggerMsg = receivedBytes - avgBytes > 0, receivedBytesLast updated
Was this helpful?

