diff --git a/setup/so-setup b/setup/so-setup index e91018780..2bdc8c881 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -62,6 +62,11 @@ if [ "$install_type" = 'EVAL' ]; then is_master=true is_sensor=true is_eval=true +elif [ "$install_type" = 'PROD' ]; then + is_master=true + is_distmaster=true + is_node=true + is_sensor=true elif [ "$install_type" = 'MASTERSEARCH' ]; then is_master=true is_distmaster=true diff --git a/setup/so-whiptail b/setup/so-whiptail index 8572f930c..28b244b85 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -390,6 +390,7 @@ whiptail_install_type() { "SEARCHNODE" "Add a Search Node with parsing" OFF \ "MASTER" "Start a new grid" OFF \ "EVAL" "Evaluate all the things" OFF \ + "PROD" "Standalone full install of everything" OFF \ "MASTERSEARCH" "Master + Search Node" OFF \ "HEAVYNODE" "Sensor + Search Node" OFF \ "HELIXSENSOR" "Connect this sensor to FireEye Helix" OFF \ @@ -398,7 +399,7 @@ whiptail_install_type() { "WARMNODE" "TODO Add Warm Node to existing Hot or Search node" OFF \ "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