filter_time_range
Filter event logs by a time window, keeping events or traces based on timestamp selection modes like events, traces_contained, or traces_intersecting.
Instructions
Filter a log by a time window.
start and end are ISO-8601 datetime strings. mode chooses
which notion of "within the window" applies:
"events"(default) — keep individual events inside the window."traces_contained"— keep traces entirely within the window."traces_intersecting"— keep traces with any event in the window."traces_starting_in"/"traces_completing_in"— keep traces whose first/last event falls in the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| mode | No | events | |
| start | Yes | ||
| log_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||