ECS::LogEntry::Log::Syslog
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
facility
Sourcefacility=(facility : Facility | Nil)
Sourcepriority
log.syslog.priority
Syslog numeric priority of the event, if available.
According to RFCs 5424 and 3164, the priority is 8 * facility + severity. This number is therefore expected to contain a value between 0 and 191.
Level: Extended Type: Long Example:
135
priority=(priority : UInt64 | Nil)
log.syslog.priority
Syslog numeric priority of the event, if available.
According to RFCs 5424 and 3164, the priority is 8 * facility + severity. This number is therefore expected to contain a value between 0 and 191.
Level: Extended Type: Long Example:
135
severity
Sourceseverity=(severity : Severity | Nil)
Source