Title
Create new category
Edit page index title
Edit category
Edit link
Syslog Integration – CEF (Common Event Format)
1. Overview
My OPSWAT Central Management (MOCM) supports sending log messages to local or remote Syslog servers using CEF (Common Event Format).
CEF is a text-based log format developed by ArcSight™ and widely used by SIEM solutions. It uses Syslog as the transport mechanism. A CEF message consists of:
An optional Syslog header (prefix)
A CEF header
A CEF extension (key–value pairs)
In some environments, the Syslog header may be omitted and only the CEF payload is sent
2. CEF Message Structure
CEF Header Fields
Field | Required | Description |
|---|---|---|
Version | Yes | CEF version. Current value is always |
Device Vendor | Yes |
|
Device Product | Yes |
|
Device Version | Yes | MOCM version |
Device Event Class ID (Signature ID) | Yes | Combined from |
Name | Yes | Human-readable event name |
Severity | Yes | Event severity from |
Extension | No | Additional key–value data |
3. Event Categories and Mapping
3.1 Device Events (MD Endpoint)
Event Class ID | Description |
|---|---|
| Device added |
| Device reported critical issues |
| Device changed status to compliant |
| Device unexempted |
| Device removed by administrator |
| Device deleted by unseen setting |
| Device reported threats violate by policy |
| Device Unknown |
| Device changed status to non-compliant |
| Device reported no more critical issues |
| Entered the grace period |
| Ended the grace period |
| Device threats cleared |
| Device exempted |
| Device uninstalled |
3.2 Product-Specific Device Events
Kiosk / MD Drive / MD CORE / MD ICAP
Event Class ID | Description |
|---|---|
| Enrolled |
| Removed by an administrator |
| Unenrolled |
3.3 Account Events
Event Class ID | Description |
|---|---|
| Admin made configuration change |
| Admin logged on |
| Admin logged off |
| Failed login attempt |
| User created |
| User deleted |
| Admin reset password |
| Account privilege modified |
| License limit reached |
| Certificate nearing expiration |
4. CEF Extension Fields
4.1 Device Event Extensions
Key | Description |
|---|---|
cs1Label | Custom field label (e.g. |
cs1 | Device ID value (MD Endpoint) |
cs2Label | Custom field label (e.g. |
cs2 | Device name value (MD Endpoint) |
dvchost | CM10 hostname |
msg | Detailed event message |
4.2 Account Event Extensions
Key | Description |
|---|---|
suser | Account email |
dvchost | CM10 Hostname |
msg | Detailed event message |