mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #9800 from Security-Onion-Solutions/kilo
influx upgrade
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -318,9 +318,9 @@ base:
|
||||
- sensoroni
|
||||
- manager
|
||||
- nginx
|
||||
- soc
|
||||
- influxdb
|
||||
- telegraf
|
||||
- influxdb
|
||||
- soc
|
||||
- kratos
|
||||
- firewall
|
||||
- idstools
|
||||
|
||||
Reference in New Issue
Block a user