Logger

logger

The Logger object represents the device and product where events are stored with times for receipt and transmission. This may be at the source device where the event occurred, a remote scanning device, intermediate hops, or the ultimate destination.

Attributes

CaptionNameTypeDescription
DevicedeviceDevice[]Entity:ENDPOINT

The device where the events are logged.
Event UIDevent_uidStringThe unique identifier of the event assigned by the logger.
Is Truncatedis_truncatedBooleanIndicates whether the OCSF event data has been truncated due to size limitations. When true, some event data may have been omitted to fit within system constraints.
Log Levellog_levelStringThe audit level at which an event was generated.
Log Namelog_nameStringThe event log name. For example, syslog file name or Windows logging subsystem: Security.
Log Providerlog_providerStringThe logging provider or logging service that logged the event. For example, Microsoft-Windows-Security-Auditing.
Log Versionlog_versionStringThe event log schema version that specifies the format of the original event. For example syslog version or Cisco Log Schema Version.
Logged Timelogged_timeTimestampThe time when the logging system collected and logged the event.This attribute is distinct from the event time in that event time typically contain the time extracted from the original event. Most of the time, these two times will be different.
NamenameStringThe name of the logging product instance.
ProductproductProduct[]The product logging the event. This may be the event source product, a management server product, a scanning product, a SIEM, etc.
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
Transmission Timetransmit_timeTimestampThe time when the event was transmitted from the logging device to it's next destination.
Unique IDuidStringThe unique identifier of the logging product instance.
UnmappedunmappedUnmapped[]Data from the source that was not mapped into the schema.
Untruncated Sizeuntruncated_sizeIntegerThe original size of the OCSF event data in kilobytes before any truncation occurred. This field is typically populated when is_truncated is true to indicate the full size of the original event.
VersionversionStringThe version of the logging product.

Relationships

Logger shown in context

Inbound Relationships

These objects and events reference Logger in their attributes:

Outbound Relationships

Logger references the following objects and events in its attributes:

This page describes qdm-1.5.1+ocsf-1.6.0


Did this page help you?