Skip to content

Commit

Permalink
Merge branch '2.4/soupchanges' of https://github.com/Security-Onion-S…
Browse files Browse the repository at this point in the history
…olutions/securityonion into 2.4/soupchanges
  • Loading branch information
defensivedepth committed Aug 23, 2024
2 parents 0a5725a + c30537f commit 8d35c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [ ! -f $STATE_FILE_SUCCESS ]; then
retry 240 1 "so-elasticsearch-query / -k --output /dev/null --silent --head --fail" || fail "Connection attempt timed out. Unable to connect to ElasticSearch. \nPlease try: \n -checking log(s) in /var/log/elasticsearch/\n -running 'sudo docker ps' \n -running 'sudo so-elastic-restart'"
{% if GLOBALS.role != 'so-heavynode' %}
SESSIONCOOKIE=$(curl -s -K /opt/so/conf/elasticsearch/curl.config -c - -X GET http://localhost:5601/ | grep sid | awk '{print $7}')
INSTALLED=$(elastic_fleet_package_is_installed {{ SUPPORTED_PACKAGES[0] }} )
INSTALLED=$(elastic_fleet_package_is_installed endpoint }} )
if [ "$INSTALLED" != "installed" ]; then
echo
echo "Packages not yet installed."
Expand Down

0 comments on commit 8d35c7c

Please sign in to comment.