Revert "Elastic Agent and Fleet - Import Mode"

This commit is contained in:
weslambert
2023-01-25 17:12:03 -05:00
committed by GitHub
parent 6785e0ec9e
commit 6ee66a34bc
6 changed files with 7 additions and 25 deletions

View File

@@ -587,10 +587,10 @@ if ! [[ -f $install_opt_file ]]; then
add_web_user
info "Restarting SOC to pick up initial user"
logCmd "so-soc-restart"
title "Setting up Elastic Fleet"
logCmd "so-elastic-fleet-setup"
if [[ ! $is_import ]]; then
title "Setting up Playbook"
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