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 > 100// Defining a table variable let subquery_name = mytable | where foo == 'bar'; // Defining a scalar variable let my_search_term = 'quark' // Referencing table variable and scalar variable subquery_name | where baz == my_search_term
Operators
Name
Description
Example
Data types
Data type
Example acceptable values
Expressions
References
Comparisons
Functions
Functions
Aggregations
Date/time
Strings
Arrays
Math
Control flow
Data types
Other
Comments
Last updated
Was this helpful?

