From a21535b0a2cf09eb1c587f3dde2c26cdddcda646 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:33:07 -0600 Subject: [PATCH] run elasticsearch state to sync templates Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- salt/manager/tools/sbin/soup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index fc0c7aca4..d48463737 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -527,6 +527,10 @@ post_to_2.4.111() { post_to_2.4.120() { update_elasticsearch_index_settings + + # Sync the newly generated index templates for elasticfleet integrations + salt-call state.apply elasticsearch queue=True + POSTVERSION=2.4.120 } @@ -736,6 +740,8 @@ up_to_2.4.120() { # New Grid Integration added this release rm -f /opt/so/state/eaintegrations.txt + + INSTALLEDVERSION=2.4.120 }