Data Model Appendix

Note: this document is NOT a spec, it is provided to support the Logs Data Model specification. These examples provided purely for demonstrative purposes and are not exhaustive or canonical; please refer to the respective exporter documentation if exact details are required.

Appendix A. Example Mappings

This section contains examples of mapping of other events and logs formats to this data model.

RFC5424 Syslog

PropertyTypeDescriptionMaps to Unified Model Field
TIMESTAMPTimestampTime when an event occurred measured by the origin clock.Timestamp
SEVERITYenumDefines the importance of the event. Example: DebugSeverity
FACILITYenumDescribes where the event originated. A predefined list of Unix processes. Part of event source identity. Example: mail systemAttributes["syslog.facility"]
VERSIONnumberMeta: protocol version, orthogonal to the event.Attributes["syslog.version"]
HOSTNAMEstringDescribes the location where the event originated. Possible values are FQDN, IP address, etc.Resource["host.name"]
APP-NAMEstringUser-defined app name. Part of event source identity.Resource["service.name"]
PROCIDstringNot well defined. May be used as a meta field for protocol operation purposes or may be part of event source identity.Attributes["syslog.procid"]
MSGIDstringDefines the type of the event. Part of event source identity. Example: "TCPIN"Attributes["syslog.msgid"]
STRUCTURED-DATAarray of maps of string to stringA variety of use cases depending on the SDID:
Can describe event source identity.
Can include data that describes particular occurrence of the event.
Can be meta-information, e.g. quality of timestamp value.
SDID origin.swVersion map to Resource["service.version"]. SDID origin.ip map to Attributes["client.address"]. Rest of SDIDs -> Attributes["syslog.*"]
MSGstringFree-form text message about the event. Typically human readable.Body

Windows Event Log

PropertyTypeDescriptionMaps to Unified Model Field
TimeCreatedTimestampThe time stamp that identifies when the event was logged.Timestamp
LevelenumContains the severity level of the event.Severity
ComputerstringThe name of the computer on which the event occurred.Resource["host.name"]
EventIDuintThe identifier that the provider used to identify the event.Attributes["winlog.event_id"]
MessagestringThe message string.Body
Rest of the fields.anyAll other fields in the event.Attributes["winlog.*"]

SignalFx Events

FieldTypeDescriptionMaps to Unified Model Field
TimestampTimestampTime when the event occurred measured by the origin clock.Timestamp
EventTypestringShort machine understandable string describing the event type. SignalFx specific concept. Non-namespaced. Example: k8s Event Reason field.Attributes["com.splunk.signalfx.event_type"]
CategoryenumDescribes where the event originated and why. SignalFx specific concept. Example: AGENT.Attributes["com.splunk.signalfx.event_category"]
Dimensionsmap<string, string>Helps to define the identity of the event source together with EventType and Category. Multiple occurrences of events coming from the same event source can happen across time and they all have the value of Dimensions.Resource
Propertiesmap<string, any>Additional information about the specific event occurrence. Unlike Dimensions which are fixed for a particular event source, Properties can have different values for each occurrence of the event coming from the same event source.Attributes

Splunk HEC

We apply this mapping from HEC to the unified model:

FieldTypeDescriptionMaps to Unified Model Field
timenumeric, stringThe event time in epoch time format, in seconds.Timestamp
hoststringThe host value to assign to the event data. This is typically the host name of the client that you are sending data from.Resource["host.name"]
sourcestringThe source value to assign to the event data. For example, if you are sending data from an app you are developing, you could set this key to the name of the app.Resource["com.splunk.source"]
sourcetypestringThe sourcetype value to assign to the event data.Resource["com.splunk.sourcetype"]
eventanyThe JSON representation of the raw body of the event. It can be a string, number, string array, number array, JSON object, or a JSON array.Body
fieldsmap<string, any>Specifies a JSON object that contains explicit custom fields.Attributes
indexstringThe name of the index by which the event data is to be indexed. The index you specify here must be within the list of allowed indexes if the token has the indexes parameter set.Attributes["com.splunk.index"]

When mapping from the unified model to HEC, we apply this additional mapping:

Unified model elementTypeDescriptionMaps to HEC
SeverityTextstringThe severity of the event as a human-readable string.fields['otel.log.severity.text']
SeverityNumberstringThe severity of the event as a number.fields['otel.log.severity.number']
NamestringShort event identifier that does not contain varying parts.fields['otel.log.name']
TraceIdstringRequest trace id.fields['trace_id']
SpanIdstringRequest span id.fields['span_id']
TraceFlagsstringW3C trace flags.fields['trace_flags']

Log4j

FieldTypeDescriptionMaps to Unified Model Field
InstantTimestampTime when an event occurred measured by the origin clock.Timestamp
LevelenumLog level.Severity
MessagestringHuman readable message.Body
All other fieldsanyStructured data.Attributes

Zap

FieldTypeDescriptionMaps to Unified Model Field
tsTimestampTime when an event occurred measured by the origin clock.Timestamp
levelenumLogging level.Severity
callerstringCalling function's filename and line number.Attributes, key=TBD
msgstringHuman readable message.Body
All other fieldsanyStructured data.Attributes

Apache HTTP Server access log

FieldTypeDescriptionMaps to Unified Model Field
%tTimestampTime when an event occurred measured by the origin clock.Timestamp
%astringClient addressAttributes["network.peer.address"]
%AstringServer addressAttributes["network.local.address"]
%hstringClient hostname.Attributes["client.address"]
%mstringThe request method.Attributes["http.request.method"]
%v,%p,%U,%qstringMultiple fields that can be composed into URL.Attributes["url.full"]
%>sstringResponse status.Attributes["http.response.status_code"]
All other fieldsanyStructured data.Attributes, key=TBD

CloudTrail Log Event

FieldTypeDescriptionMaps to Unified Model Field
eventTimestringThe date and time the request was made, in coordinated universal time (UTC).Timestamp
eventSourcestringThe service that the request was made to. This name is typically a short form of the service name without spaces plus .amazonaws.com.Resource["service.name"]?
awsRegionstringThe AWS region that the request was made to, such as us-east-2.Resource["cloud.region"]
sourceIPAddressstringThe IP address that the request was made from.Attributes["client.address"]
errorCodestringThe AWS service error if the request returns an error.Attributes["cloudtrail.error_code"]
errorMessagestringIf the request returns an error, the description of the error.Body
All other fields*Attributes["cloudtrail.*"]

Google Cloud Logging

FieldTypeDescriptionMaps to Unified Model Field
timestampstringThe time the event described by the log entry occurred.Timestamp
resourceMonitoredResourceThe monitored resource that produced this log entry.Resource
log_namestringThe URL-encoded LOG_ID suffix of the log_name field identifies which log stream this entry belongs to.Attributes[“gcp.log_name”]
json_payloadgoogle.protobuf.StructThe log entry payload, represented as a structure that is expressed as a JSON object.Body
proto_payloadgoogle.protobuf.AnyThe log entry payload, represented as a protocol buffer.Body
text_payloadstringThe log entry payload, represented as a Unicode string (UTF-8).Body
severityLogSeverityThe severity of the log entry.Severity
tracestringThe trace associated with the log entry, if any.TraceId
span_idstringThe span ID within the trace associated with the log entry.SpanId
labelsmap<string,string>A set of user-defined (key, value) data that provides additional information about the log entry.Attributes
http_requestHttpRequestThe HTTP request associated with the log entry, if any.Attributes[“gcp.http_request”]
trace_sampledbooleanThe sampling decision of the trace associated with the log entry.TraceFlags.SAMPLED
All other fieldsAttributes[“gcp.*”]

Elastic Common Schema

FieldTypeDescriptionMaps to Unified Model Field
@timestampdatetimeTime the event was recordedTimestamp
messagestringAny type of messageBody
labelskey/valueArbitrary labels related to the eventAttributes[*]
tagsarray of stringList of values related to the event?
trace.idstringTrace IDTraceId
span.id*stringSpan IDSpanId
agent.ephemeral_idstringEphemeral ID created by agent**Resource
agent.idstringUnique identifier of this agent**Resource
agent.namestringName given to the agentResource["telemetry.sdk.name"]
agent.typestringType of agentResource["telemetry.sdk.language"]
agent.versionstringVersion of agentResource["telemetry.sdk.version"]
source.ip, client.ipstringThe IP address that the request was made from.Attributes["client.address"]
cloud.account.idstringID of the account in the given cloudResource["cloud.account.id"]
cloud.availability_zonestringAvailability zone in which this host is running.Resource["cloud.zone"]
cloud.instance.idstringInstance ID of the host machine.**Resource
cloud.instance.namestringInstance name of the host machine.**Resource
cloud.machine.typestringMachine type of the host machine.**Resource
cloud.providerstringName of the cloud provider. Example values are aws, azure, gcp, or digitalocean.Resource["cloud.provider"]
cloud.regionstringRegion in which this host is running.Resource["cloud.region"]
cloud.image.id*stringResource["host.image.name"]
container.idstringUnique container idResource["container.id"]
container.image.namestringName of the image the container was built on.Resource["container.image.name"]
container.image.tagArray of stringContainer image tags.**Resource
container.labelskey/valueImage labels.Attributes[*]
container.namestringContainer name.Resource["container.name"]
container.runtimestringRuntime managing this container. Example: "docker"**Resource
destination.addressstringDestination address for the eventAttributes["destination.address"]
error.codestringError code describing the error.Attributes["error.code"]
error.idstringUnique identifier for the error.Attributes["error.id"]
error.messagestringError message.Attributes["error.message"]
error.stack_tracestringThe stack trace of this error in plain text.Attributes["error.stack_trace]
host.architecturestringOperating system architecture**Resource
host.domainstringName of the domain of which the host is a member.
For example, on Windows this could be the host’s Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host’s LDAP provider.
**Resource
host.namestringHostname of the host.
It normally contains what the hostname command returns on the host machine.
Resource["host.name"]
host.idstringUnique host id.Resource["host.id"]
host.ipArray of stringHost IPResource["host.ip"]
host.macarray of stringMAC addresses of the hostResource["host.mac"]
host.namestringName of the host.
It may contain what hostname returns on Unix systems, the fully qualified, or a name specified by the user.
Resource["host.name"]
host.typestringType of host.Resource["host.type"]
host.uptimestringSeconds the host has been up.?
service.ephemeral_idstringEphemeral identifier of this service**Resource
service.idstringUnique identifier of the running service. If the service is comprised of many nodes, the service.id should be the same for all nodes.**Resource
service.namestringName of the service data is collected from.Resource["service.name"]
service.node.namestringSpecific node serving that serviceResource["service.instance.id"]
service.statestringCurrent state of the service.Attributes["service.state"]
service.typestringThe type of the service data is collected from.**Resource
service.versionstringVersion of the service the data was collected from.Resource["service.version"]

* Not yet formalized into ECS.

** A resource that doesn’t exist in the OpenTelemetry resource semantic convention.

This is a selection of the most relevant fields. See for the full reference for an exhaustive list.

Appendix B: SeverityNumber example mappings

SyslogWinEvtLogLog4jZapjava.util.logging.NET (Microsoft.Extensions.Logging)SeverityNumber
TRACEFINESTLogLevel.TraceTRACE
DebugVerboseDEBUGDebugFINERLogLevel.DebugDEBUG
FINEDEBUG2
CONFIGDEBUG3
InformationalInformationINFOInfoINFOLogLevel.InformationINFO
NoticeINFO2
WarningWarningWARNWarnWARNINGLogLevel.WarningWARN
ErrorErrorERRORErrorSEVERELogLevel.ErrorERROR
CriticalCriticalDpanicERROR2
AlertPanicERROR3
EmergencyFATALFatalLogLevel.CriticalFATAL