Merge pull request #8272 from Security-Onion-Solutions/fix/soup_kibana_space_defaults

Run so-kibana-space-defaults when upgrading to 2.3.140
This commit is contained in:
weslambert
2022-07-11 14:47:11 -04:00
committed by GitHub

View File

@@ -537,6 +537,7 @@ 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 so-kibana-restart
so-kibana-space-defaults
POSTVERSION=2.3.140 POSTVERSION=2.3.140
} }