Merge pull request #1520 from Security-Onion-Solutions/issue/1519

disable strelka by default for sensor nodes during setup
This commit is contained in:
Josh Patterson
2020-10-14 09:38:50 -04:00
committed by GitHub

View File

@@ -169,7 +169,6 @@ elif [ "$install_type" = 'MANAGER' ]; then
elif [ "$install_type" = 'SENSOR' ]; then
is_sensor=true
is_minion=true
STRELKA=1
elif [[ "$install_type" =~ ^('SEARCHNODE'|'HOTNODE'|'WARMNODE')$ ]]; then
is_node=true
is_minion=true
@@ -298,8 +297,6 @@ if [[ $is_import ]]; then
WAZUH=0
THEHIVE=0
PLAYBOOK=0
STRELKA=0
fi