update default kibana space

This commit is contained in:
reyesj2
2025-07-08 21:17:57 -05:00
parent 07a22a0b4b
commit f1cbe23f57
2 changed files with 7 additions and 1 deletions

View File

@@ -590,6 +590,12 @@ post_to_2.4.160() {
post_to_2.4.170() {
echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
# Update kibana default space
salt-call state.apply kibana.config queue=True
echo "Updating Kibana default space"
/usr/sbin/so-kibana-space-defaults
POSTVERSION=2.4.170
}