Syslog

Local Linux system and service logs

Global Fields (4)

FieldType
ngs.createdAt
Timestamp when the event was created locally.
pdate
ngs.id
Unique identifier for the log entry.
string
ngs.indexedAt
Timestamp when the log was indexed into the SIEM.
pdate
ngs.source
Origin or source system of the log.
string

Generic Fields (3)

These are common fields that appear across multiple namespaces. They represent attributes that are inherited or reused from a global schema— things like timestamps, unique identifiers, user IDs, or status codes that every namespace needs. By sharing these fields, we ensure consistency and make it easy to run cross-namespace searches and reports.

FieldReference-Specific FieldsType
gen.facility
Normalized facility field across log sources.
syslog.facility
string
gen.hostname
Normalized hostname of the system generating the log.
syslog.hostname
text_general
gen.severity
Normalized severity field across log sources.
syslog.severity
strings

Reference-Specific Fields (14)

FieldType
syslog.app_name
Application name from RFC 5424 (not used in RFC 3164).
text_general
syslog.client
IP address of the local client process that produced the syslog.
text_general
syslog.content
Message body from RFC 3164 (not used in RFC 5424).
text_general
syslog.facility
Syslog facility value indicating the type of process that generated the log.
pint
syslog.hostname
Hostname of the local system that generated the syslog.
text_general
syslog.message
Message body from RFC 5424 (not used in RFC 3164).
text_general
syslog.msg_id
Message identifier from RFC 5424.
text_general
syslog.priority
Combined facility and severity value.
pint
syslog.proc_id
Process identifier from RFC 5424.
text_general
syslog.severity
Syslog severity level of the message.
pint
syslog.structured_data
Structured data field from RFC 5424 containing additional metadata.
text_general
syslog.tag
Process tag from RFC 3164 (not used in RFC 5424).
text_general
syslog.timestamp
Timestamp of when the syslog was generated.
pdate
syslog.version
Syslog protocol version from RFC 5424.
pint

Sample Log Event

Below is a representative JSON log entry showing key fields as they're emitted by the system. Depending on the context of the event, some fields may be omitted if they're not applicable.