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
|
wait=10
|
||||||
while [[ $attempts -lt $max_attempts ]]; do
|
while [[ $attempts -lt $max_attempts ]]; do
|
||||||
response=$(request orgs?org=Security+Onion)
|
response=$(request orgs?org=Security+Onion)
|
||||||
check_response "$response"
|
|
||||||
oid=$(echo "$response" | jq -r ".orgs[] | select(.name == \"Security Onion\").id")
|
oid=$(echo "$response" | jq -r ".orgs[] | select(.name == \"Security Onion\").id")
|
||||||
if [[ -z $oid ]]; then
|
if [[ -z $oid ]]; then
|
||||||
attempts=$((attempts+1))
|
attempts=$((attempts+1))
|
||||||
|
|||||||
@@ -318,9 +318,9 @@ base:
|
|||||||
- sensoroni
|
- sensoroni
|
||||||
- manager
|
- manager
|
||||||
- nginx
|
- nginx
|
||||||
- soc
|
|
||||||
- influxdb
|
|
||||||
- telegraf
|
- telegraf
|
||||||
|
- influxdb
|
||||||
|
- soc
|
||||||
- kratos
|
- kratos
|
||||||
- firewall
|
- firewall
|
||||||
- idstools
|
- idstools
|
||||||
|
|||||||
Reference in New Issue
Block a user