From 4bbc9018601490cbea7395f3852d025612efc215 Mon Sep 17 00:00:00 2001 From: weslambert Date: Thu, 7 Jul 2022 17:19:02 -0400 Subject: [PATCH] Restart Kibana in case it times out before being able to read in new role configuration --- salt/common/tools/sbin/soup | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index cb1374033..e6b34c39d 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -536,6 +536,7 @@ post_to_2.3.130() { post_to_2.3.140() { echo "Post Processing for 2.3.140" FORCE_SYNC=true so-user sync + so-kibana-restart POSTVERSION=2.3.140 }