mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user