disable strelka by default for sensor nodes during setup

This commit is contained in:
m0duspwnens
2020-10-14 09:36:59 -04:00
parent 2e62494793
commit 1283708186

View File

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