Move EnableReverseLookup

Move EnableReverseLookup and it's annotation from ClientParams to ServerConfig.
This commit is contained in:
Corey Ogburn
2025-09-02 14:09:55 -06:00
parent a2b6968cef
commit 2181cddf49
2 changed files with 4 additions and 4 deletions

View File

@@ -1359,6 +1359,7 @@ soc:
importUploadDir: /nsm/soc/uploads
forceUserOtp: false
customReportsPath: /opt/sensoroni/templates/reports/custom
enableReverseLookup: false
modules:
cases: soc
filedatastore:
@@ -1566,7 +1567,6 @@ soc:
outputPath: /opt/sensoroni/navigator
lookbackDays: 3
client:
enableReverseLookup: false
docsUrl: /docs/
cheatsheetUrl: /docs/cheatsheet.pdf
releaseNotesUrl: /docs/release-notes.html

View File

@@ -180,6 +180,9 @@ soc:
label: Subgrid Enabled
forcedType: bool
default: false
enableReverseLookup:
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
global: True
modules:
elastalertengine:
aiRepoUrl:
@@ -577,9 +580,6 @@ soc:
label: Folder
airgap: *pbRepos
client:
enableReverseLookup:
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
global: True
apiTimeoutMs:
description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.
global: True