:tocdepth: 3 base/bif/plugins/Bro_Syslog.events.bif.bro ========================================== .. bro:namespace:: GLOBAL :Namespace: GLOBAL Summary ~~~~~~~ Events ###### =========================================== ======================================== :bro:id:`syslog_message`: :bro:type:`event` Generated for monitored Syslog messages. =========================================== ======================================== Detailed Interface ~~~~~~~~~~~~~~~~~~ Events ###### .. bro:id:: syslog_message :Type: :bro:type:`event` (c: :bro:type:`connection`, facility: :bro:type:`count`, severity: :bro:type:`count`, msg: :bro:type:`string`) Generated for monitored Syslog messages. See `Wikipedia `__ for more information about the Syslog protocol. :c: The connection record for the underlying transport-layer session/flow. :facility: The "facility" included in the message. :severity: The "severity" included in the message. :msg: The message logged. .. note:: Bro currently parses only UDP syslog traffic. Support for TCP syslog will be added soon.