mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
Setup Script - Added additional Install Types
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
node:
|
node:
|
||||||
ls_heapsize: CHANGEME
|
ls_heapsize: CHANGEME
|
||||||
es_heapsize: CHANGEME
|
es_heapsize: CHANGEME
|
||||||
|
nodetype: CHANGEME
|
||||||
|
|||||||
@@ -387,7 +387,7 @@ salt_checkin() {
|
|||||||
|
|
||||||
salt_checkin_message() {
|
salt_checkin_message() {
|
||||||
|
|
||||||
# Wann the user that this might take a while
|
# Warn the user that this might take a while
|
||||||
echo "####################################################"
|
echo "####################################################"
|
||||||
echo "## ##"
|
echo "## ##"
|
||||||
echo "## Applying and Installing everything ##"
|
echo "## Applying and Installing everything ##"
|
||||||
@@ -552,7 +552,10 @@ whiptail_install_type() {
|
|||||||
"EVALMODE" "Evaluate all the things" ON \
|
"EVALMODE" "Evaluate all the things" ON \
|
||||||
"SENSORONLY" "Create a forward only sensor" OFF \
|
"SENSORONLY" "Create a forward only sensor" OFF \
|
||||||
"MASTERONLY" "Start a new grid" OFF \
|
"MASTERONLY" "Start a new grid" OFF \
|
||||||
"STORAGENODE" "Add a Storage Node" OFF 3>&1 1>&2 2>&3 )
|
"STORAGENODE" "Add a Storage Hot Node with parsing" OFF \
|
||||||
|
"PARSINGNODE" "Add a dedicated Parsing Node" OFF \
|
||||||
|
"HOTNODE" "Add a Hot Node (Storage Node without Parsing)" OFF \
|
||||||
|
"WARMNODE" "Add a Warm Node to an existing Hot or Storage 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