run elasticsearch state to sync templates

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
reyesj2
2025-01-06 21:33:07 -06:00
parent b97619b8f9
commit a21535b0a2

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
} }