Replies: 1 comment 1 reply
-
To clarify, _uid is the new base_event field for base_event.type_uid or what is currently in metadata.uid? I just want to ensure we are not implying a system generated uuid for each event record. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This vote is about defining a list of reserved attributes that must not be used by the event producers.
_time
: timestamp_t, requiredThe normalized event occurrence time. Normalized time means the original event time
ref_time
was corrected for the clock skew and it was converted to the OCSFtimestamp_t
._uid
: string, requiredThe unique identifier of an event instance. The attribute is used in the
metadata
object:metadata._uid
._raw_data
: string, optionalThe event data as received from the event source. This attribute must be used when events are translated from some other that OCSF format. If the event is created using the OCSF schema, then the
_raw_data
must not be used.5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions