mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
New Config Entries
This commit is contained in:
@@ -1494,6 +1494,8 @@ soc:
|
|||||||
assistant:
|
assistant:
|
||||||
apiUrl: https://onionai.securityonion.net
|
apiUrl: https://onionai.securityonion.net
|
||||||
healthTimeoutSeconds: 3
|
healthTimeoutSeconds: 3
|
||||||
|
systemPromptAddendum: ""
|
||||||
|
systemPromptAddendumMaxLength: 50000
|
||||||
salt:
|
salt:
|
||||||
queueDir: /opt/sensoroni/queue
|
queueDir: /opt/sensoroni/queue
|
||||||
timeoutMs: 45000
|
timeoutMs: 45000
|
||||||
|
|||||||
@@ -589,6 +589,14 @@ soc:
|
|||||||
description: Timeout in seconds for the Onion AI health check.
|
description: Timeout in seconds for the Onion AI health check.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
systemPromptAddendum:
|
||||||
|
description: Additional context to provide to the AI assistant about this SOC deployment. This can include information about your environment, policies, or any other relevant details that can help the AI provide more accurate and tailored assistance. Long prompts may be shortened.
|
||||||
|
global: True
|
||||||
|
advanced: False
|
||||||
|
systemPromptAddendumMaxLength:
|
||||||
|
description: Maximum length of the system prompt addendum. Longer prompts will be truncated.
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
client:
|
client:
|
||||||
assistant:
|
assistant:
|
||||||
enabled:
|
enabled:
|
||||||
|
|||||||
Reference in New Issue
Block a user