Merge pull request #9650 from Security-Onion-Solutions/fix/elastic_agent_add_import_mode

Elastic Agent - Import Mode
This commit is contained in:
weslambert
2023-01-26 11:33:20 -05:00
committed by GitHub
8 changed files with 35 additions and 10 deletions

View File

@@ -603,9 +603,9 @@ 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 Elastic Fleet"
logCmd "so-elastic-fleet-setup"
title "Setting up Playbook"
logCmd "so-playbook-reset"
fi