Merge pull request #15033 from Security-Onion-Solutions/reyesj2/patch31

8.18.6 agent
This commit is contained in:
Jorge Reyes
2025-09-15 15:21:46 -05:00
committed by GitHub

View File

@@ -859,14 +859,13 @@ up_to_2.4.170() {
touch /opt/so/saltstack/local/pillar/$state/adv_$state.sls /opt/so/saltstack/local/pillar/$state/soc_$state.sls touch /opt/so/saltstack/local/pillar/$state/adv_$state.sls /opt/so/saltstack/local/pillar/$state/soc_$state.sls
done done
# Elastic Update for this release, so download Elastic Agent files
determine_elastic_agent_upgrade
INSTALLEDVERSION=2.4.170 INSTALLEDVERSION=2.4.170
} }
up_to_2.4.180() { up_to_2.4.180() {
echo "Nothing to do for 2.4.180" # Elastic Update for this release, so download Elastic Agent files
determine_elastic_agent_upgrade
INSTALLEDVERSION=2.4.180 INSTALLEDVERSION=2.4.180
} }