From dd40962288039bb434aa552cdeacc82efd4d8299 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:07:23 -0400 Subject: [PATCH] Revert a whiptail menu change. Kafka is not an install option Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index c9e99d1f4..d950f2921 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -674,7 +674,7 @@ whiptail_install_type_dist_existing() { Note: Heavy nodes (HEAVYNODE) are NOT recommended for most users. EOM - install_type=$(whiptail --title "$whiptail_title" --menu "$node_msg" 19 75 7 \ + install_type=$(whiptail --title "$whiptail_title" --menu "$node_msg" 19 75 6 \ "SENSOR" "Create a forward only sensor " \ "SEARCHNODE" "Add a search node with parsing " \ "FLEET" "Dedicated Elastic Fleet Node " \