Allow setup to set up Elastic Fleet for Import Mode

This commit is contained in:
Wes
2023-01-26 16:05:16 +00:00
parent 8051fc70eb
commit 43ffcb1d63

View File

@@ -587,9 +587,9 @@ if ! [[ -f $install_opt_file ]]; then
add_web_user add_web_user
info "Restarting SOC to pick up initial user" info "Restarting SOC to pick up initial user"
logCmd "so-soc-restart" logCmd "so-soc-restart"
if [[ ! $is_import ]]; then
title "Setting up Elastic Fleet" title "Setting up Elastic Fleet"
logCmd "so-elastic-fleet-setup" logCmd "so-elastic-fleet-setup"
if [[ ! $is_import ]]; then
title "Setting up Playbook" title "Setting up Playbook"
logCmd "so-playbook-reset" logCmd "so-playbook-reset"
fi fi