Merge pull request #8256 from Security-Onion-Solutions/fix/kibana_restart_after_role_sync

Restart Kibana in case it times out before being able to read role update
This commit is contained in:
weslambert
2022-07-07 17:44:47 -04:00
committed by GitHub

View File

@@ -536,6 +536,7 @@ post_to_2.3.130() {
post_to_2.3.140() { post_to_2.3.140() {
echo "Post Processing for 2.3.140" echo "Post Processing for 2.3.140"
FORCE_SYNC=true so-user sync FORCE_SYNC=true so-user sync
so-kibana-restart
POSTVERSION=2.3.140 POSTVERSION=2.3.140
} }