diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 42ea7e764..9a2ae890d 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -735,8 +735,12 @@ apply_hotfix() { . /usr/sbin/so-elastic-fleet-common elastic_fleet_integration_remove endpoints-initial elastic-defend-endpoints /usr/sbin/so-elastic-fleet-integration-policy-elastic-defend -# elif [[ "$INSTALLEDVERSION" == "2.3.110" ]] ; then -# 2_3_10_hotfix_1 + elif [[ "$INSTALLEDVERSION" == "2.4.30" ]] ; then + rm -f /opt/so/conf/elastic-fleet/integrations/endpoints-initial/elastic-defend-endpoints.json + so-kibana-restart + . /usr/sbin/so-elastic-fleet-common + elastic_fleet_integration_remove endpoints-initial elastic-defend-endpoints + /usr/sbin/so-elastic-fleet-integration-policy-elastic-defend else echo "No actions required. ($INSTALLEDVERSION/$HOTFIXVERSION)" fi