mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Added Production Mode
This commit is contained in:
@@ -62,6 +62,11 @@ if [ "$install_type" = 'EVAL' ]; then
|
|||||||
is_master=true
|
is_master=true
|
||||||
is_sensor=true
|
is_sensor=true
|
||||||
is_eval=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
|
elif [ "$install_type" = 'MASTERSEARCH' ]; then
|
||||||
is_master=true
|
is_master=true
|
||||||
is_distmaster=true
|
is_distmaster=true
|
||||||
|
|||||||
@@ -390,6 +390,7 @@ whiptail_install_type() {
|
|||||||
"SEARCHNODE" "Add a Search Node with parsing" OFF \
|
"SEARCHNODE" "Add a Search Node with parsing" OFF \
|
||||||
"MASTER" "Start a new grid" OFF \
|
"MASTER" "Start a new grid" OFF \
|
||||||
"EVAL" "Evaluate all the things" OFF \
|
"EVAL" "Evaluate all the things" OFF \
|
||||||
|
"PROD" "Standalone full install of everything" OFF \
|
||||||
"MASTERSEARCH" "Master + Search Node" OFF \
|
"MASTERSEARCH" "Master + Search Node" OFF \
|
||||||
"HEAVYNODE" "Sensor + Search Node" OFF \
|
"HEAVYNODE" "Sensor + Search Node" OFF \
|
||||||
"HELIXSENSOR" "Connect this sensor to FireEye Helix" 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 \
|
"WARMNODE" "TODO Add Warm Node to existing Hot or Search node" OFF \
|
||||||
"WAZUH" "TODO Stand Alone Wazuh Server" OFF \
|
"WAZUH" "TODO Stand Alone Wazuh Server" OFF \
|
||||||
"STRELKA" "TODO Stand Alone Strelka Node" OFF 3>&1 1>&2 2>&3 )
|
"STRELKA" "TODO Stand Alone Strelka Node" OFF 3>&1 1>&2 2>&3 )
|
||||||
|
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user