transaction
Class: helper · Streaming: accumulating
Group events into transactions keyed by fields.
Signature
| transaction <fields> [maxspan=<duration>] [startswith=<predicate>] [endswith=<predicate>]
Positional Arguments
| Name | Type | Required | Description |
|---|---|---|---|
fields | field_list | Yes | - |
Options
| Name | Type | Default | Description |
|---|---|---|---|
maxspan | duration | - | - |
startswith | predicate | - | - |
endswith | predicate | - | - |
Examples
transaction user_id maxspan=30m
Generated from the LynxFlow registry. See RFC-002 for the full language specification.