diff --git a/salt/common/tools/sbin/so-influxdb-manage b/salt/common/tools/sbin/so-influxdb-manage index 907e0342c..b22d63bb6 100644 --- a/salt/common/tools/sbin/so-influxdb-manage +++ b/salt/common/tools/sbin/so-influxdb-manage @@ -128,7 +128,6 @@ lookup_org_id_with_wait() { wait=10 while [[ $attempts -lt $max_attempts ]]; do response=$(request orgs?org=Security+Onion) - check_response "$response" oid=$(echo "$response" | jq -r ".orgs[] | select(.name == \"Security Onion\").id") if [[ -z $oid ]]; then attempts=$((attempts+1)) diff --git a/salt/top.sls b/salt/top.sls index 5745b02db..3c4401478 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -318,9 +318,9 @@ base: - sensoroni - manager - nginx - - soc - - influxdb - telegraf + - influxdb + - soc - kratos - firewall - idstools