Replies: 1 comment 1 reply
-
IMO, only the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Attributes that are either generated or derived by the collection, post-collection processing, or storage systems other than the mapping process are designated Reserved. The current list of the reserved attributes is:
This discussion is about whether the last 3 attributes should be reserved or not.
_observables
_raw_data
_unmapped
The
observables
should generated based the input data and the schema. In other words, theobservables
data should not be manually added by the source that generated the event.The
raw_data
is attribute that contains the original data as generated by the source. If the event source creates events in the OCSF Schema, then theraw_data
should not be used.The
unmapped
is attribute that contains the attributes, which are not defined by the OCSF Schema. If the event source creates events in the OCSF Schema, then theunmapped
attribute could be used to add additional attribute, which are not defined by the schema.Beta Was this translation helpful? Give feedback.
All reactions