Add Kibana dashboard updates for 2.3.110

This commit is contained in:
weslambert
2022-02-24 09:20:44 -05:00
committed by GitHub
parent bc2c1b4ccc
commit a22e470038

View File

@@ -471,6 +471,12 @@ post_to_2.3.100() {
salt-call state.apply kibana.so_savedobjects_defaults queue=True
}
post_to_2.3.110() {
echo "Post Processing for 2.3.110"
echo "Updating Kibana dashboards"
salt-call state.apply kibana.so_savedobjects_defaults queue=True
}
stop_salt_master() {
# kill all salt jobs across the grid because the hang indefinitely if they are queued and salt-master restarts
set +e