mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-09-01 04:09:19 +02:00
Allow Timestamp in dontScanBefore
Now storing UTC timestamp in the dontScanBefore field.
This commit is contained in:
@@ -855,8 +855,8 @@ soc:
|
||||
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
|
||||
regex: "^(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z)?$"
|
||||
regexFailureMessage: Expecting date in RFC3339 format (2026-08-31T22:05:48Z)
|
||||
global: True
|
||||
advanced: True
|
||||
memoryScanIntervalSeconds:
|
||||
|
||||
Reference in New Issue
Block a user