zeek/doc/scripts/policy/protocols/conn/failed-service-logging.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

32 lines
1.5 KiB
ReStructuredText

:tocdepth: 3
policy/protocols/conn/failed-service-logging.zeek
=================================================
.. zeek:namespace:: Conn
This script adds the new column ``failed_service`` to the connection log.
The column contains the list of protocols in a connection that raised protocol
violations causing the analyzer to be removed. Protocols are listed in order
that they were removed.
:Namespace: Conn
:Imports: :doc:`base/frameworks/analyzer/dpd.zeek </scripts/base/frameworks/analyzer/dpd.zeek>`, :doc:`base/protocols/conn </scripts/base/protocols/conn/index>`
Summary
~~~~~~~
Redefinitions
#############
============================================ =======================================================================================================================
:zeek:type:`Conn::Info`: :zeek:type:`record`
:New Fields: :zeek:type:`Conn::Info`
failed_service: :zeek:type:`set` [:zeek:type:`string`] :zeek:attr:`&log` :zeek:attr:`&optional` :zeek:attr:`&ordered`
List of analyzers in a connection that raised violations
causing their removal.
============================================ =======================================================================================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~