mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add defaults for auto extracted observables
This commit is contained in:
@@ -1020,6 +1020,9 @@ soc:
|
|||||||
cacheMs: 300000
|
cacheMs: 300000
|
||||||
verifyCert: false
|
verifyCert: false
|
||||||
casesEnabled: true
|
casesEnabled: true
|
||||||
|
extractCommonObservables:
|
||||||
|
- source.ip
|
||||||
|
- destination.ip
|
||||||
timeoutMs: 300000
|
timeoutMs: 300000
|
||||||
timeShiftMs: 120000
|
timeShiftMs: 120000
|
||||||
defaultDurationMs: 1800000
|
defaultDurationMs: 1800000
|
||||||
|
|||||||
@@ -69,6 +69,9 @@ soc:
|
|||||||
description: Set to true if the SOC case management module, natively integrated with Elasticsearch, should be enabled.
|
description: Set to true if the SOC case management module, natively integrated with Elasticsearch, should be enabled.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
extractCommonObservables:
|
||||||
|
description: List of indexed fields to automatically extract into a case observable, when attaching related events to a case.
|
||||||
|
global: True
|
||||||
timeShiftMs:
|
timeShiftMs:
|
||||||
description: Duration (in milliseconds) to further expand the PCAP time range when querying PCAP data related to an event. This duration is added to the normal duration value (see defaultDurationMs).
|
description: Duration (in milliseconds) to further expand the PCAP time range when querying PCAP data related to an event. This duration is added to the normal duration value (see defaultDurationMs).
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user