zeek/doc/frameworks/index.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

38 lines
1 KiB
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

==========
Frameworks
==========
Zeek includes several software frameworks that provide commonly used
functionality to the scripting layer. Among other things, these frameworks
enhance Zeeks ability to ingest data, structure and filter its outputs, adapt
settings at runtime, and interact with other components in your network. Most
frameworks include functionality implemented in Zeeks core, with
corresponding data structures and APIs exposed to the script layer.
Some frameworks target relatively specific use cases, while others run in
nearly every Zeek installation. The logging framework, for example, provides
the machinery behind all of the Zeek logs covered earlier. Frameworks also
build on each other, so its well worth knowing their capabilities. The next
sections cover them in detail.
.. toctree::
:maxdepth: 1
broker
cluster
configuration
file-analysis
input
intel
logging
management
netcontrol
notice
packet-analysis
signatures
storage
sumstats
supervisor
telemetry
tls-decryption