mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

File Analysis Framework related code has been moved into a separate script. Using redefinitions of the corresponding records causes the file-related columns to appear last.
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
|