From 79041d091ea98470edafdd47bcc454ba37eeafa2 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 16 Feb 2023 13:22:13 -0500 Subject: [PATCH 1/2] influx upgrade --- salt/common/tools/sbin/so-influxdb-manage | 1 - 1 file changed, 1 deletion(-) 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)) From 59b1af15dbfe0265dae8b182185a95232bce3c01 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 16 Feb 2023 13:49:19 -0500 Subject: [PATCH 2/2] correct top order for import --- salt/top.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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