Ensure Zeek syslog log is enabled for Import node

This commit is contained in:
Wes Lambert
2020-08-31 17:07:16 +00:00
parent 96f25914db
commit ae3fe9e892

View File

@@ -1980,7 +1980,7 @@ zeek_logs_enabled() {
for BLOG in "${BLOGS[@]}"; do for BLOG in "${BLOGS[@]}"; do
echo " - $BLOG" | tr -d '"' >> "$zeeklogs_pillar" echo " - $BLOG" | tr -d '"' >> "$zeeklogs_pillar"
done done
elif [ "$install_type" == "EVAL" ]; then elif [ "$install_type" == "EVAL" ] || [ "$install_type" == "IMPORT" ]; then
printf '%s\n'\ printf '%s\n'\
" - conn"\ " - conn"\
" - dce_rpc"\ " - dce_rpc"\