Merge pull request #14078 from Security-Onion-Solutions/reyesj2/es-integ-tmp

run elasticsearch state to sync templates
This commit is contained in:
Jorge Reyes
2025-01-06 21:34:07 -06:00
committed by GitHub

View File

@@ -527,6 +527,10 @@ post_to_2.4.111() {
post_to_2.4.120() { post_to_2.4.120() {
update_elasticsearch_index_settings update_elasticsearch_index_settings
# Sync the newly generated index templates for elasticfleet integrations
salt-call state.apply elasticsearch queue=True
POSTVERSION=2.4.120 POSTVERSION=2.4.120
} }
@@ -736,6 +740,8 @@ up_to_2.4.120() {
# New Grid Integration added this release # New Grid Integration added this release
rm -f /opt/so/state/eaintegrations.txt rm -f /opt/so/state/eaintegrations.txt
INSTALLEDVERSION=2.4.120 INSTALLEDVERSION=2.4.120
} }