From 022f9ea76ed67303caefbfc26977000cb7949440 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 24 Jun 2021 10:45:12 -0400 Subject: [PATCH] Add Elasticsearch and Kibana to list of services that use webuser creds --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 031265065..afd691632 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -220,7 +220,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 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, TheHive, Cortex, and Fleet." 12 60 "$1" 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus