PantherFlow Quick Reference
Overview of PantherFlow functionality
Statements
panther_logs.public.aws_cloudtrail | where accountId != '1234567' | summarize Count=agg.count() by eventName | extend tooHigh = Count > 100let subquery_name = mytable | where foo == 'bar'; subquery_name | where baz == 'quark'
Operators
Name
Description
Example
Data types
Data type
Example acceptable values
Expressions
References
Comparisons
Functions
Aggregations
Date/time
Strings
Arrays
Math
Control flow
Data types
Other
Comments
Last updated
Was this helpful?

