LyftData Logs
LyftData Logs (lyftdata-logs)
Section titled “LyftData Logs (lyftdata-logs)”Project selected event metadata into LyftData’s built-in logs/events hot store.
Observability json
Minimal example
Section titled “Minimal example”output: lyftdata-logs: {}JSON
{ "output": { "lyftdata-logs": {} }}Contents
Section titled “Contents”A ✓ marks a field that accepts a context variable such as
{{ VARIABLE }}.
Details
Section titled “Details”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
Section titled “Explorer”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
Section titled “Privacy”Privacy
| Field | Type | Required | Description |
|---|---|---|---|
include-payload ✓ |
boolean (bool) |
Include the full event payload in row details. Disabled by default. Default: false |
Schema
Section titled “Schema”Details Fields Table
Section titled “Details Fields Table”| Detail | Field |
|---|---|
service |
/otel/resource/service.name |
Static Details Table
Section titled “Static Details Table”| Detail | Value |
|---|---|
source |
agenta |
Level Options
Section titled “Level Options”| Value | Aliases | Name | Description |
|---|---|---|---|
trace |
TRACE |
trace | |
debug |
DEBUG |
debug | |
info |
INFO |
info | |
warning |
WARN, WARNING |
warning | |
error |
ERROR |
error |