Enum: LogTypeIdEnum
The normalized log type identifier.
URI: ocsf:LogTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The log type is unknown |
| OS | None | The log type is an Operating System log |
| APPLICATION | None | The log type is an Application log |
| OTHER | None | The log type is not mapped |
Slots
| Name | Description |
|---|---|
| log_type_id | The normalized log type identifier |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: LogTypeIdEnum
description: The normalized log type identifier.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The log type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
OS:
text: OS
description: The log type is an Operating System log.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: OS
APPLICATION:
text: APPLICATION
description: The log type is an Application log.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Application
OTHER:
text: OTHER
description: 'The log type is not mapped. See the <code>log_type</code> attribute,
which
contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other