Syslog
Constants definitions for syslog.
Namespace: | Syslog |
---|---|
Source File: | /scripts/base/protocols/syslog/consts.bro |
Syslog::facility_codes : table &default = function &optional |
Mapping between the constants and string values for syslog facilities. |
Syslog::severity_codes : table &default = function &optional |
Mapping between the constants and string values for syslog severities. |
Syslog::facility_codes
Type: | table [count ] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[17] = "LOCAL1",
[5] = "SYSLOG",
[9] = "CRON",
[10] = "AUTHPRIV",
[22] = "LOCAL6",
[15] = "CLOCK",
[2] = "MAIL",
[20] = "LOCAL4",
[16] = "LOCAL0",
[6] = "LPR",
[1] = "USER",
[14] = "ALERT",
[23] = "LOCAL7",
[13] = "AUDIT",
[18] = "LOCAL2",
[3] = "DAEMON",
[4] = "AUTH",
[0] = "KERN",
[8] = "UUCP",
[11] = "FTP",
[19] = "LOCAL3",
[21] = "LOCAL5",
[7] = "NEWS",
[12] = "NTP"
}
Mapping between the constants and string values for syslog facilities.