Merge pull request #9436 from Security-Onion-Solutions/2.4/improve-import

Import mode does not need Elastic Fleet or Playbook
This commit is contained in:
Doug Burks
2022-12-20 07:32:24 -05:00
committed by GitHub

View File

@@ -567,9 +567,12 @@ 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"
logCmd "so-elastic-fleet-setup" if [[ ! $is_import ]]; then
title "Setting up Playbook" title "Setting up Elastic Fleet"
logCmd "so-playbook-reset" logCmd "so-elastic-fleet-setup"
title "Setting up Playbook"
logCmd "so-playbook-reset"
fi
checkin_at_boot checkin_at_boot
set_initial_firewall_access set_initial_firewall_access
whiptail_setup_complete whiptail_setup_complete