mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-08-31 19:59:24 +02:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9ba7df80c |
@@ -1539,6 +1539,7 @@ soc:
|
|||||||
DetectionEngineer: gemma@SOAI
|
DetectionEngineer: gemma@SOAI
|
||||||
useMemory: true
|
useMemory: true
|
||||||
useMemoryScanner: false
|
useMemoryScanner: false
|
||||||
|
dontScanBefore: ""
|
||||||
memoryScanIntervalSeconds: 300
|
memoryScanIntervalSeconds: 300
|
||||||
memoryProximityThreshold: 0.8
|
memoryProximityThreshold: 0.8
|
||||||
messageProximityThreshold: 0.5
|
messageProximityThreshold: 0.5
|
||||||
|
|||||||
@@ -853,6 +853,12 @@ soc:
|
|||||||
description: Enables the memory scanner for automatic memory extraction from historical sessions.
|
description: Enables the memory scanner for automatic memory extraction from historical sessions.
|
||||||
global: True
|
global: True
|
||||||
forcedType: bool
|
forcedType: bool
|
||||||
|
dontScanBefore:
|
||||||
|
description: A date specifying how far back to scan for memories. Must be in YYYY-MM-DD format.
|
||||||
|
regex: "^(\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\d|3[01])|(0[469]|11)-(0[1-9]|[12]\d|30)|02-(0[1-9]|[12]\d)))?$"
|
||||||
|
regexFailureMessage: Expecting date in YYYY-MM-DD format
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
memoryScanIntervalSeconds:
|
memoryScanIntervalSeconds:
|
||||||
description: How long to wait in seconds between attempts to scan sessions for new memories.
|
description: How long to wait in seconds between attempts to scan sessions for new memories.
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user