schema:Fluentd.Syslog3164description:Fluentd syslog parser for the RFC3164 format (ie. BSD-syslog messages)referenceURL:https://docs.fluentd.org/parser/syslog#rfc3164-logfields: - name:pri description: Priority is calculated by (Facility * 8 + Severity). The lower this value, the higher importance of the log message.
type:smallint - name:hostrequired:truedescription:Hostname identifies the machine that originally sent the syslog message.type:stringindicators: - hostname - name:identrequired:truedescription:Appname identifies the device or application that originated the syslog message.type:string - name:pid description: ProcID is often the process ID, but can be any value used to enable log analyzers to detect discontinuities in syslog reporting.
type:bigint - name:messagerequired:truedescription:Message contains free-form text that provides information about the event.type:string - name:timerequired:truedescription:Timestamp of the syslog message in UTC.type:timestamptimeFormats: - '%Y-%m-%d %H:%M:%S %z'isEventTime:true - name:tagrequired:truedescription:Tag of the syslog messagetype:string
Fluentd.Syslog5424
Fluentd syslog parser for the RFC5424 format (ie. BSD-syslog messages)
schema:Fluentd.Syslog5424description:Fluentd syslog parser for the RFC5424 format (ie. BSD-syslog messages)referenceURL:https://docs.fluentd.org/parser/syslog#rfc5424-logfields: - name:pri description: Priority is calculated by (Facility * 8 + Severity). The lower this value, the higher importance of the log message.
type:smallint - name:hostrequired:truedescription:Hostname identifies the machine that originally sent the syslog message.type:stringindicators: - hostname - name:identrequired:truedescription:Appname identifies the device or application that originated the syslog message.type:string - name:pidrequired:true description: ProcID is often the process ID, but can be any value used to enable log analyzers to detect discontinuities in syslog reporting.
type:bigint - name:msgidrequired:true description: MsgID identifies the type of message. For example, a firewall might use the MsgID 'TCPIN' for incoming TCP traffic.
type:string - name:extradatarequired:truedescription:ExtraData contains syslog structured data as stringtype:string - name:messagerequired:truedescription:Message contains free-form text that provides information about the event.type:string - name:timerequired:truedescription:Timestamp of the syslog message in UTC.type:timestamptimeFormats: - '%Y-%m-%d %H:%M:%S %z'isEventTime:true - name:tagrequired:truedescription:Tag of the syslog messagetype:string