add event.module to elasticsearch server logs

This commit is contained in:
reyesj2
2025-10-14 12:44:51 -05:00
parent 79b44586ce
commit 378d37d74e
4 changed files with 68 additions and 0 deletions

View File

@@ -627,6 +627,8 @@ post_to_2.4.190() {
update_default_logstash_output
fi
fi
# Apply new elasticsearch.server index template
rollover_index "logs-elasticsearch.server-default"
POSTVERSION=2.4.190
}