Add integrations and cleanup

This commit is contained in:
Josh Brower
2023-04-19 09:04:33 -04:00
parent 31f83c6dee
commit 4c4b873eca
24 changed files with 812 additions and 177 deletions

View File

@@ -634,6 +634,8 @@ if ! [[ -f $install_opt_file ]]; then
logCmd "salt-call state.apply -l info manager"
logCmd "salt-call state.apply influxdb -l info"
logCmd "salt-call state.highstate -l info"
title "Setting up Kibana Default Space"
logCmd "so-kibana-space-defaults"
add_web_user
info "Restarting SOC to pick up initial user"
logCmd "so-soc-restart"