zeek/doc/scripts/base/protocols/syslog/spicy-events.zeek.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

46 lines
1.2 KiB
ReStructuredText

:tocdepth: 3
base/protocols/syslog/spicy-events.zeek
=======================================
Events generated by the Syslog analyzer.
Summary
~~~~~~~
Events
######
============================================= ========================================
:zeek:id:`syslog_message`: :zeek:type:`event` Generated for monitored Syslog messages.
============================================= ========================================
Detailed Interface
~~~~~~~~~~~~~~~~~~
Events
######
.. zeek:id:: syslog_message
:source-code: base/protocols/syslog/spicy-events.zeek 19 19
:Type: :zeek:type:`event` (c: :zeek:type:`connection`, facility: :zeek:type:`count`, severity: :zeek:type:`count`, msg: :zeek:type:`string`)
Generated for monitored Syslog messages.
See `Wikipedia <http://en.wikipedia.org/wiki/Syslog>`__ for more
information about the Syslog protocol.
:param c: The connection record for the underlying transport-layer session/flow.
:param facility: The "facility" included in the message.
:param severity: The "severity" included in the message.
:param msg: The message logged.
.. note:: Zeek currently parses only UDP syslog traffic.