From a22e4700383fc8b5e400d6fb39537f2e8057f89c Mon Sep 17 00:00:00 2001 From: weslambert Date: Thu, 24 Feb 2022 09:20:44 -0500 Subject: [PATCH] Add Kibana dashboard updates for 2.3.110 --- salt/common/tools/sbin/soup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index b036c4cc6..1d73fbc2a 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -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