Data Fields
A formatted text can include any number of fields enclosed in braces ({…}). A field name can be followed by one or more modifiers separated by vertical pipes (|).
Common Message Fields
RECEIVED
The timestamp the message was received by the Syslog Watcher server. There are 6 options available.
| Field | Description |
|---|---|
|
timestamp in microseconds, the storage timezone |
|
timestamp in microseconds, UTC |
|
timestamp rounded to milliseconds, the storage timezone |
|
timestamp rounded to milliseconds, UTC |
|
timestamp rounded to seconds, the storage timezone |
|
timestamp rounded to seconds, UTC |
ORIGINATOR
There are two fields associated with the message originator.
| Field | Description |
|---|---|
|
the originator’s identification (ID). Example: |
|
the originator’s name |
SEVERITY
-
SEVERITY- the message severity level in text form, e.g., Emergency -
SEVERITY_NUM- the message severity level in numeric form (0-7)
FACILITY
-
FACILITY- the facility level in text form, e.g., Kernel -
FACILITY_NUM- the facility level in numeric form (0-23)
PRIORITY
The priority prefix is a number that equals FACILITY_NUM * 8 + SEVERITY_NUM.
It is usually necessary to form the correct syslog messages for forwarding.