Skip to content

LyftData Logs

Project selected event metadata into LyftData’s built-in logs/events hot store.

Observability json

output:
lyftdata-logs: {}
JSON
{
"output": {
"lyftdata-logs": {}
}
}

A ✓ marks a field that accepts a context variable such as {{ VARIABLE }}.

Details
Field Type Required Description
details-fields map (string) Low-cardinality event fields copied into metadata-only row details.
static-details map (string) Static details copied into every projected row.
Explorer
Field Type Required Description
record-type string Explorer record type attached to each row.
event-kind string Optional static event kind attached to each row.
Log
Field Type Required Description
level Level Default severity when level-field is absent or cannot be mapped.
Allowed values: trace, debug, info, warning, error
level-field field (string) Optional field selecting severity from the event.
Examples: data_field
message-field field (string) Optional field selecting the display message from the event.
Examples: data_field
timestamp-field field (string) Optional JSON pointer or dotted path selecting the event timestamp.
Examples: data_field
Privacy
Field Type Required Description
include-payload boolean (bool) Include the full event payload in row details. Disabled by default.
Default: false
Detail Field
service /otel/resource/service.name
Detail Value
source agenta
Value Aliases Name Description
trace TRACE trace
debug DEBUG debug
info INFO info
warning WARN, WARNING warning
error ERROR error