Run so-kibana-space-defaults to re-establish the default enabled features since Fleet feature name changed

This commit is contained in:
weslambert
2022-07-11 14:41:23 -04:00
committed by GitHub
parent 15124b6ad7
commit f77edaa5c9

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
} }