Other Functions
PantherFlow miscellaneous functions
coalesce()
panther_logs.public.aws_alb
| project firstArn=coalesce(targetGroupArn, chosenCertArn)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?

