diff --git a/setup/so-setup b/setup/so-setup index da528fdc3..e91018780 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -73,7 +73,7 @@ elif [ "$install_type" = 'SENSOR' ]; then is_sensor=true is_minion=true STRELKA=1 -elif [[ "$install_type" =~ ^('SEARCHNODE'|'PARSINGNODE'|'HOTNODE'|'WARMNODE')$ ]]; then +elif [[ "$install_type" =~ ^('SEARCHNODE'|'HOTNODE'|'WARMNODE')$ ]]; then is_node=true is_minion=true elif [ "$install_type" = 'HEAVYNODE' ]; then diff --git a/setup/so-whiptail b/setup/so-whiptail index 846c1b745..8572f930c 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -394,12 +394,11 @@ whiptail_install_type() { "HEAVYNODE" "Sensor + Search Node" OFF \ "HELIXSENSOR" "Connect this sensor to FireEye Helix" OFF \ "FLEET" "Dedicated Fleet Osquery Node" OFF \ - "HOTNODE" "TODO Add Hot Node (Search Node without Parsing)" OFF \ + "HOTNODE" "TODO Add Hot Node (Uses Elastic Clustering)" OFF \ "WARMNODE" "TODO Add Warm Node to existing Hot or Search node" OFF \ - "WAZUH" "TODO Stand Alone Wazuh Node" OFF \ - "STRELKA" "TODO Stand Alone Strelka Node" OFF \ - "PARSINGNODE" "TODO Add a dedicated Parsing Node" OFF 3>&1 1>&2 2>&3 ) - + "WAZUH" "TODO Stand Alone Wazuh Server" OFF \ + "STRELKA" "TODO Stand Alone Strelka Node" OFF 3>&1 1>&2 2>&3 ) + local exitstatus=$? whiptail_check_exitstatus $exitstatus