Skip to main content

Module query

Module query 

Source

Structs§

ParsedQuery
Parsed representation of a CWLI query.

Enums§

FilterClause

Functions§

execute_query
Execute a parsed query against a set of log events. Returns results in the CloudWatch Logs Insights format: array of arrays of {field, value} objects.
parse_query
Parse a CWLI query string into a structured representation.