|
Syslog Receiver |
Previous
Next
|
|
The Syslog Receiver is based on RFC 3164 and listens for Syslog messages. By default, the Receiver listens for Syslog on UDP port 514 or TCP port 601. By default, the Syslog Receiver defaults to collecting all syslog messages when there isn't an Include Filter assigned to it. Syslog Device Configuration Before ELM receives any Syslog messages, the device sending Syslog has to be configured, and usually this is done in a syslog.conf file. A common format for this file designates facility, severity, and destination. Generic Examples:
These are generic examples, please consult the documentation for your specific device for details about its Syslog functionality. Syslog to Event Log Record Layout When ELM receives Syslog messages, the Syslog record format is converted to a Windows event log record style format. Syslog messages have the following fields which ELM maps to the corresponding event record fields listed:
Syslog messages have 24 Facilities. These are converted to event categories by ELM according to the following mapping:
Syslog messages have 8 Severities or Levels. These are converted to event types by ELM according to the following mapping:
Syslog messages have 192 Priorities. The lower the number, the higher the priority. These are calculated from the Facility and Level according to the following formula, and are used by ELM for the Event ID: Facility * 8 + Severity = Priority (Event ID) Examples:
|