zeek/scripts/base/frameworks/intel/__load__.zeek
2019-04-11 21:12:40 -05:00

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