mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
14 lines
271 B
Text
14 lines
271 B
Text
@load ./main
|
|
|
|
# File analysis framework integration.
|
|
@load ./files
|
|
|
|
# The cluster framework must be loaded first.
|
|
@load base/frameworks/cluster
|
|
|
|
@if ( Cluster::is_enabled() )
|
|
@load ./cluster
|
|
@endif
|
|
|
|
# This needs cluster support to only read on the manager.
|
|
@load ./input
|