Experimental

Download 56
Last updated Dec 22, 2024

syslog

Receive syslog packets in real-time for a specified time window.

syslog window=TIME_SPAN
window=TIME_SPAN
Receive syslog messages in realtime for specified duration. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example, 10s means real-time data for 10 seconds timeout.

Output Fields

FieldTypeNameDescription
_timeDateTimeReceived time.
syslog_ipIP addressIPRemote host IP address.
syslog_portIntegerPortLocal port where syslog was received.
severityIntegerSeveritySyslog severity level.
facilityIntegerFacilitySyslog facility code.
lineStringMessageSyslog message contents.