update kibana default space

This commit is contained in:
reyesj2
2025-02-17 12:27:36 -06:00
parent 8568c372f6
commit 85dcfbf368
2 changed files with 6 additions and 1 deletions

View File

@@ -544,6 +544,11 @@ post_to_2.4.130() {
# Sync the newly generated index templates for elasticfleet integrations
salt-call state.apply elasticsearch queue=True
# 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.130
}