Refresh Agent installers

This commit is contained in:
Joshua Brower
2025-02-05 09:38:33 -05:00
parent 95fe212202
commit 4636a8d9b1

View File

@@ -511,8 +511,7 @@ post_to_2.4.90() {
} }
post_to_2.4.100() { post_to_2.4.100() {
echo "Regenerating Elastic Agent Installers" echo "Nothing to apply"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.100 POSTVERSION=2.4.100
} }
@@ -532,6 +531,9 @@ post_to_2.4.120() {
# Manually rollover suricata alerts index to ensure data_stream.dataset expected mapping is set to 'suricata' # Manually rollover suricata alerts index to ensure data_stream.dataset expected mapping is set to 'suricata'
rollover_index "logs-suricata.alerts-so" rollover_index "logs-suricata.alerts-so"
echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.120 POSTVERSION=2.4.120
} }