diff --git a/setup/so-setup b/setup/so-setup index 2f0dca12e..82e414ca4 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -799,6 +799,9 @@ set_redirect >> $setup_log 2>&1 set_progress_str 70 "$(print_salt_state_apply 'kibana')" salt-call state.apply -l info kibana >> $setup_log 2>&1 + + set_progress_str 70 "Setting up default Space in Kibana" + so-kibana-space-defaults >> $setup_log 2>&1 fi if [[ "$PLAYBOOK" = 1 ]]; then