mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 07:23:06 +01:00
change reference from bro to zeek
This commit is contained in:
@@ -230,7 +230,7 @@ if [[ $is_manager && $is_node ]]; then
|
||||
LSINPUTTHREADS=1
|
||||
LSINPUTBATCHCOUNT=125
|
||||
NIDS=Suricata
|
||||
BROVERSION=ZEEK
|
||||
ZEEKVERSION=ZEEK
|
||||
fi
|
||||
|
||||
if [[ $is_node ]]; then
|
||||
@@ -253,7 +253,7 @@ fi
|
||||
|
||||
if [[ $is_manager && ! $is_eval ]]; then
|
||||
whiptail_manager_adv
|
||||
whiptail_bro_version
|
||||
whiptail_zeek_version
|
||||
whiptail_nids
|
||||
whiptail_rule_setup
|
||||
|
||||
@@ -261,8 +261,8 @@ if [[ $is_manager && ! $is_eval ]]; then
|
||||
whiptail_oinkcode
|
||||
fi
|
||||
|
||||
if [ "$MANAGERADV" = 'ADVANCED' ] && [ "$BROVERSION" != 'SURICATA' ]; then
|
||||
whiptail_manager_adv_service_brologs
|
||||
if [ "$MANAGERADV" = 'ADVANCED' ] && [ "$ZEEKVERSION" != 'SURICATA' ]; then
|
||||
whiptail_manager_adv_service_zeeklogs
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -295,11 +295,11 @@ if [[ $is_sensor && ! $is_eval ]]; then
|
||||
whiptail_homenet_sensor
|
||||
whiptail_sensor_config
|
||||
if [ $NSMSETUP == 'ADVANCED' ]; then
|
||||
whiptail_bro_pins
|
||||
whiptail_zeek_pins
|
||||
whiptail_suricata_pins
|
||||
whiptail_bond_nics_mtu
|
||||
else
|
||||
whiptail_basic_bro
|
||||
whiptail_basic_zeek
|
||||
whiptail_basic_suri
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user