Merge pull request #14200 from Security-Onion-Solutions/2.4/dev

2.4/dev
This commit is contained in:
Josh Patterson
2025-02-06 17:41:22 -05:00
committed by GitHub
10 changed files with 27 additions and 7 deletions
+4 -2
View File
@@ -511,8 +511,7 @@ post_to_2.4.90() {
}
post_to_2.4.100() {
echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
echo "Nothing to apply"
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'
rollover_index "logs-suricata.alerts-so"
echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.120
}