Merge pull request #13607 from Security-Onion-Solutions/esver

use Elasticsearch version for some containers
This commit is contained in:
Josh Patterson
2024-09-04 13:30:07 -04:00
committed by GitHub
17 changed files with 115 additions and 27 deletions

View File

@@ -842,6 +842,7 @@ determine_elastic_agent_upgrade() {
}
update_elastic_agent_airgap() {
get_elastic_agent_vars
rsync -av /tmp/soagupdate/fleet/* /nsm/elastic-fleet/artifacts/
tar -xf "$ELASTIC_AGENT_FILE" -C "$ELASTIC_AGENT_EXPANSION_DIR"
}