base/protocols/syslog/consts.zeek
- Syslog
Constants definitions for syslog.
- Namespace:
Syslog
Summary
Constants
Mapping between the constants and string values for syslog facilities. |
|
Mapping between the constants and string values for syslog severities. |
Detailed Interface
Constants
- Syslog::facility_codes
- Type:
- Attributes:
- Default:
{ [19] = "LOCAL3", [2] = "MAIL", [20] = "LOCAL4", [14] = "ALERT", [15] = "CLOCK", [6] = "LPR", [16] = "LOCAL0", [8] = "UUCP", [23] = "LOCAL7", [9] = "CRON", [1] = "USER", [11] = "FTP", [999] = "UNSPECIFIED", [5] = "SYSLOG", [7] = "NEWS", [21] = "LOCAL5", [10] = "AUTHPRIV", [22] = "LOCAL6", [4] = "AUTH", [12] = "NTP", [13] = "AUDIT", [18] = "LOCAL2", [3] = "DAEMON", [17] = "LOCAL1", [0] = "KERN" }
Mapping between the constants and string values for syslog facilities.
- Syslog::severity_codes
- Type:
- Attributes:
- Default:
{ [2] = "CRIT", [999] = "UNSPECIFIED", [5] = "NOTICE", [7] = "DEBUG", [3] = "ERR", [0] = "EMERG", [6] = "INFO", [4] = "WARNING", [1] = "ALERT" }
Mapping between the constants and string values for syslog severities.