From 612716ee69e675eff5f8dee243543c04dba13ba6 Mon Sep 17 00:00:00 2001 From: Wes Date: Wed, 17 Jul 2024 17:35:41 +0000 Subject: [PATCH] Apply ES to load pipelines --- salt/manager/tools/sbin/soup | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 0311e48a4..5a293afe9 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -487,6 +487,7 @@ post_to_2.4.80() { post_to_2.4.90() { echo "Nothing to apply" rm /opt/so/state/espipelines.txt + salt-call state.apply elasticsearch POSTVERSION=2.4.90 }