Make Fleet setup less fragile

This commit is contained in:
Josh Brower
2022-12-20 11:52:56 -05:00
parent 03f682dbec
commit 73a9c3bb38

View File

@@ -73,7 +73,7 @@ printf '%s\n'\
# Call Elastic-Fleet Salt State
salt-call state.apply elastic-fleet
salt-call state.apply elastic-fleet queue=True
# Temp
wget -P /opt/so/saltstack/default/salt/elastic-fleet/files/elastic-agent/ https://github.com/Security-Onion-Solutions/securityonion-docker-rpm/releases/download/so_elastic-agent-8.4.1/so-elastic-agent-8.4.1-darwin-x86_64.tar.gz
@@ -85,4 +85,4 @@ wget -P /opt/so/saltstack/default/salt/elastic-fleet/files/elastic-agent/ https:
#docker build -t so-elastic-agent-builder .
so-elastic-agent-gen-installers
salt-call state.apply elastic-fleet.install_agent_grid
salt-call state.apply elastic-fleet.install_agent_grid queue=True