From 4ff5fc3b382c0657f86bba43f71c264ce7b9b0e5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 11 Jan 2022 14:38:38 -0500 Subject: [PATCH] Remove hive install option --- setup/so-whiptail | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 62df1b5d9..e23abdbb1 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -213,7 +213,7 @@ whiptail_create_web_user() { [ -n "$TESTING" ] && return WEBUSER=$(whiptail --title "$whiptail_title" --inputbox \ - "Please enter an email address to create an administrator account for the web interface.\n\nThis will also be used for Elasticsearch, Kibana, TheHive, Cortex, and Fleet." 12 60 "$1" 3>&1 1>&2 2>&3) + "Please enter an email address to create an administrator account for the web interface.\n\nThis will also be used for Elasticsearch, Kibana, and Fleet." 12 60 "$1" 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus @@ -396,7 +396,6 @@ if [[ $is_eval ]]; then GRAFANA "Enable Grafana for system monitoring" ON \ OSQUERY "Enable Fleet with osquery" ON \ WAZUH "Enable Wazuh" ON \ - THEHIVE "Enable TheHive" ON \ PLAYBOOK "Enable Playbook" ON \ STRELKA "Enable Strelka" ON 3>&1 1>&2 2>&3) else @@ -404,7 +403,6 @@ else "$description" 20 75 7 \ OSQUERY "Enable Fleet with osquery" ON \ WAZUH "Enable Wazuh" ON \ - THEHIVE "Enable TheHive" ON \ PLAYBOOK "Enable Playbook" ON \ STRELKA "Enable Strelka" ON 3>&1 1>&2 2>&3) export "GRAFANA=1"