diff --git a/setup/so-whiptail b/setup/so-whiptail index 08a1d369e..8d7782272 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -780,9 +780,9 @@ whiptail_install_type_dist_new() { [ -n "$TESTING" ] && return install_type=$(whiptail --title "$whiptail_title" --radiolist \ - "Choose distributed manager type. See https://docs.securityonion.net/architecture for details." 24 60 6 \ - "MANAGER" "Start a new grid - requires separate search node(s) " ON \ - "MANAGERSEARCH" "Start a new grid - separate search node(s) are optional " OFF \ + "Choose distributed manager type to start a new grid. See https://docs.securityonion.net/architecture for details." 10 75 2 \ + "MANAGER" "New grid, requires separate search node(s) " ON \ + "MANAGERSEARCH" "New grid, separate search node(s) are optional " OFF \ 3>&1 1>&2 2>&3 ) @@ -794,8 +794,8 @@ whiptail_install_type_dist_existing() { [ -n "$TESTING" ] && return install_type=$(whiptail --title "$whiptail_title" --radiolist \ - "Choose distributed node type. See https://docs.securityonion.net/architecture for details." 13 60 6 \ - "SENSOR" "Create a forward only sensor " OFF \ + "Choose distributed node type to join to an existing grid. See https://docs.securityonion.net/architecture for details." 14 57 4 \ + "SENSOR" "Create a forward only sensor " ON \ "SEARCHNODE" "Add a search node with parsing " OFF \ "FLEET" "Dedicated Fleet Osquery Node " OFF \ "HEAVYNODE" "Sensor + Search Node " OFF \