Skip to content

The Metadata object describes the metadata associated with the event. Defined by D3FEND d3f:Metadata.

product

  • Type: product
  • Requirement: required

The product that reported the event.

version

  • Type: string_t
  • Requirement: required

The version of the OCSF schema, using Semantic Versioning Specification (SemVer). For example: 1.0.0. Event consumers use the version to determine the available event attributes.

log_name

  • Type: string_t
  • Requirement: recommended

The event log name. For example, syslog file name or Windows logging subsystem: Security.

log_provider

  • Type: string_t
  • Requirement: recommended

The logging provider or logging service that logged the event. For example, Microsoft-Windows-Security-Auditing.

original_time

  • Type: string_t
  • Requirement: recommended

The original event time as reported by the event source. For example, the time in the original format from system event log such as Syslog on Unix/Linux and the System event file on Windows. Omit if event is generated instead of collected via logs.

correlation_uid

  • Type: string_t
  • Requirement: optional

The unique identifier used to correlate events.

event_code

  • Type: string_t
  • Requirement: optional

The Event ID or Code that the product uses to describe the event.

extension

The schema extension used to create the event.

labels

  • Type: string_t
  • Requirement: optional

The list of category labels attached to the event or specific attributes. Labels are user defined tags or aliases added at normalization time.For example: ["network", "connection.ip:destination", "device.ip:source"]

log_version

  • Type: string_t
  • Requirement: optional

The event log schema version that specifies the format of the original event. For example syslog version or Cisco Log Schema Version.

logged_time

  • Type: timestamp_t
  • Requirement: optional

The 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.

logged_time_dt

  • Type: datetime_t
  • Requirement: optional

The 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.

modified_time

  • Type: timestamp_t
  • Requirement: optional

The time when the event was last modified or enriched.

modified_time_dt

  • Type: datetime_t
  • Requirement: optional

The time when the event was last modified or enriched.

processed_time

  • Type: timestamp_t
  • Requirement: optional

The event processed time, such as an ETL operation.

processed_time_dt

  • Type: datetime_t
  • Requirement: optional

The event processed time, such as an ETL operation.

profiles

  • Type: string_t
  • Requirement: optional

The list of profiles used to create the event.

sequence

  • Type: integer_t
  • Requirement: optional

Sequence number of the event. The sequence number is a value available in some events, to make the exact ordering of events unambiguous, regardless of the event time precision.

uid

  • Type: string_t
  • Requirement: optional

The logging system-assigned unique identifier of an event instance.