Merge pull request #11222 from Security-Onion-Solutions/cogburn/11143

New Config Default: longRelayTimeoutMs
This commit is contained in:
coreyogburn
2023-08-30 15:47:01 -06:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -1012,6 +1012,7 @@ soc:
verifyCert: false
salt:
queueDir: /opt/sensoroni/queue
longRelayTimeoutMs: 120000
sostatus:
refreshIntervalMs: 30000
offlineThresholdMs: 900000

View File

@@ -111,6 +111,11 @@ soc:
description: Duration (in milliseconds) that must elapse after a grid node fails to check-in before the node will be marked offline (fault).
global: True
advanced: True
salt:
longRelayTimeoutMs:
description: Duration (in milliseconds) to wait for a response from the Salt API when executing tasks known for being long running before giving up and showing an error on the SOC UI.
global: True
advanced: True
client:
enableReverseLookup:
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.