mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
12 lines
338 B
Text
12 lines
338 B
Text
# Sets some testing specific options.
|
|
|
|
@ifdef ( SMTP::never_calc_md5 )
|
|
# MDD5s can depend on libmagic output.
|
|
redef SMTP::never_calc_md5 = T;
|
|
@endif
|
|
|
|
@ifdef ( LogElasticSearch::server_host )
|
|
# Set to empty so that logs-to-elasticsearch.bro doesn't try to setup
|
|
#log forwarding to ES.
|
|
redef LogElasticSearch::server_host = "";
|
|
@endif
|