From 69811b4d744dd3406cf62d61e63e8807017e0e71 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 20 Dec 2022 06:46:01 -0500 Subject: [PATCH] Import mode does not need Elastic Fleet or Playbook --- setup/so-setup | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 84f3ecaad..01d45e6cd 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -567,9 +567,12 @@ if ! [[ -f $install_opt_file ]]; then add_web_user info "Restarting SOC to pick up initial user" logCmd "so-soc-restart" - logCmd "so-elastic-fleet-setup" - title "Setting up Playbook" - logCmd "so-playbook-reset" + if [[ ! $is_import ]]; then + title "Setting up Elastic Fleet" + logCmd "so-elastic-fleet-setup" + title "Setting up Playbook" + logCmd "so-playbook-reset" + fi checkin_at_boot set_initial_firewall_access whiptail_setup_complete