Merge pull request #15087 from Security-Onion-Solutions/cogburn/health-timeout

New field for assistant health check
This commit is contained in:
coreyogburn
2025-09-30 15:49:52 -06:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -1493,6 +1493,7 @@ soc:
folder: securityonion-normalized folder: securityonion-normalized
assistant: assistant:
apiUrl: https://onionai.securityonion.net apiUrl: https://onionai.securityonion.net
healthTimeoutSeconds: 3
salt: salt:
queueDir: /opt/sensoroni/queue queueDir: /opt/sensoroni/queue
timeoutMs: 45000 timeoutMs: 45000

View File

@@ -585,6 +585,10 @@ soc:
description: The URL of the AI gateway. description: The URL of the AI gateway.
advanced: True advanced: True
global: True global: True
healthTimeoutSeconds:
description: Timeout in seconds for the Onion AI health check.
global: True
advanced: True
client: client:
assistant: assistant:
enabled: enabled: