exemplars
Class: sugar · Streaming: accumulating
Newest representative rows, globally or per group.
Signature
| exemplars [n] [by=<field_list>]
Positional Arguments
| Name | Type | Required | Description |
|---|---|---|---|
n | int | No | default 3 |
Options
| Name | Type | Default | Description |
|---|---|---|---|
by | field_list | - | - |
Desugars To
sort -_time | dedup <n> <keys> (global: sort -_time | head <n>)
Examples
exemplars 5 by endpoint
Generated from the LynxFlow registry. See RFC-002 for the full language specification.