Access mechanisms
$m.<field>
Schema
$m.<field>
Branch identifier for the source system.
Type: string
Dataset: logs
Coralogix event identifier for a span.
Type: string
Dataset: spans
Duration of the span in time units.
Type: number
Dataset: spans
Span end time.
Type: number
Dataset: spans
Ingestion time into the logging system.
Type: timestamp
Dataset: logs
Unique identifier for a log record.
Type: string
Dataset: logs
Log priority classification.
Type: string
Dataset: logs
Processing timestamp in microseconds.
Type: number
Dataset: logs
Processing timestamp in nanoseconds.
Type: number
Dataset: logs
Severity level of the log.
Type: Severity
Dataset: logs
Template identifier for log parsing.
Type: string
Dataset: logs
Timestamp of the log event or start time of the span.
Type: timestamp
Dataset: logs
, spans
Timestamp in microseconds.
Type: number
Dataset: logs
Span start time in milliseconds.
Type: number
Dataset: spans
Possible $m
keys
keypath | json_type | dataset |
---|---|---|
$m.branchid | string | logs |
$m.cxEventId | string | spans |
$m.duration | number | spans |
$m.endTime | number | spans |
$m.ingressTimestamp | timestamp | logs |
$m.logid | string | logs |
$m.priorityclass | string | logs |
$m.processingOutputTimestampMicros | number | logs |
$m.processingOutputTimestampNanos | number | logs |
$m.severity | Severity | logs |
$m.templateid | string | logs |
$m.timestamp | timestamp | logs, spans |
$m.timestampMicros | number | logs |
$m.timestampMillis | number | spans |
$l.<field>
Schema
\$l.<field>
Name of the application that emitted the log or span.
Type: string
Dataset: logs
, spans
Logical category or classification of the log source.
Type: string
Dataset: logs
Hostname or identifier of the machine where the log originated.
Type: string
Dataset: logs
Span operation name representing the traced action.
Type: string
Dataset: spans
Service name associated with the span's origin.
Type: string
Dataset: spans
Subsystem identifier within the application or service.
Type: string
Dataset: logs
, spans
Possible $l
keys
keypath | json_type | dataset |
---|---|---|
$l.applicationname | string | logs, spans |
$l.category | string | logs |
$l.computername | string | logs |
$l.operationName | string | spans |
$l.serviceName | string | spans |
$l.subsystemname | string | logs, spans |
$p.<field>
Schema
The inclusive lower bound of the query time range.
Type: timestamp
Dataset: logs
, spans
The exclusive upper bound of the query time range.
Type: timestamp
Dataset: logs
, spans
Suggested resolution interval for aggregations (e.g. histogram buckets).
Type: interval
Dataset: logs
, spans
Possible $p
keys
keypath | json_type | dataset |
---|---|---|
$p.timeRange.endTime | timestamp | logs, spans |
$p.timeRange.startTime | timestamp | logs, spans |
$p.timeRange.suggestedInverval | interval | logs, spans |