mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix and rename timeout_ms and parallel_limit
This commit is contained in:
@@ -3,8 +3,8 @@ sensoroni:
|
||||
config:
|
||||
analyze:
|
||||
enabled: False
|
||||
analyze_timeout_ms: 900000
|
||||
analyze_parallel_limit: 5
|
||||
timeout_ms: 900000
|
||||
parallel_limit: 5
|
||||
node_checkin_interval_ms: 10000
|
||||
node_description:
|
||||
sensoronikey:
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
"modules": {
|
||||
{%- if SENSORONIMERGED.config.analyze.enabled %}
|
||||
"analyze": {
|
||||
"timeoutMs": {{ SENSORONIMERGED.config.analyze_timeout_ms }},
|
||||
"parallelLimit": {{ SENSORONIMERGED.config.analyze_parallel_limit }}
|
||||
"timeoutMs": {{ SENSORONIMERGED.config.analyze.timeout_ms }},
|
||||
"parallelLimit": {{ SENSORONIMERGED.config.analyze.parallel_limit }}
|
||||
},
|
||||
{%- endif %}
|
||||
"importer": {},
|
||||
|
||||
@@ -9,11 +9,11 @@ sensoroni:
|
||||
description: Enable or disable the analyzer.
|
||||
advanced: True
|
||||
helpLink: sensoroni.html
|
||||
analyze_timeout_ms:
|
||||
timeout_ms:
|
||||
description: Timeout period for the analyzer.
|
||||
advanced: True
|
||||
helpLink: sensoroni.html
|
||||
analyze_parallel_limit:
|
||||
parallel_limit:
|
||||
description: Parallel limit for the analyzer.
|
||||
advanced: True
|
||||
helpLink: sensoroni.html
|
||||
|
||||
Reference in New Issue
Block a user