mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Move EnableReverseLookup
Move EnableReverseLookup and it's annotation from ClientParams to ServerConfig.
This commit is contained in:
@@ -1359,6 +1359,7 @@ soc:
|
|||||||
importUploadDir: /nsm/soc/uploads
|
importUploadDir: /nsm/soc/uploads
|
||||||
forceUserOtp: false
|
forceUserOtp: false
|
||||||
customReportsPath: /opt/sensoroni/templates/reports/custom
|
customReportsPath: /opt/sensoroni/templates/reports/custom
|
||||||
|
enableReverseLookup: false
|
||||||
modules:
|
modules:
|
||||||
cases: soc
|
cases: soc
|
||||||
filedatastore:
|
filedatastore:
|
||||||
@@ -1566,7 +1567,6 @@ soc:
|
|||||||
outputPath: /opt/sensoroni/navigator
|
outputPath: /opt/sensoroni/navigator
|
||||||
lookbackDays: 3
|
lookbackDays: 3
|
||||||
client:
|
client:
|
||||||
enableReverseLookup: false
|
|
||||||
docsUrl: /docs/
|
docsUrl: /docs/
|
||||||
cheatsheetUrl: /docs/cheatsheet.pdf
|
cheatsheetUrl: /docs/cheatsheet.pdf
|
||||||
releaseNotesUrl: /docs/release-notes.html
|
releaseNotesUrl: /docs/release-notes.html
|
||||||
|
|||||||
@@ -180,6 +180,9 @@ soc:
|
|||||||
label: Subgrid Enabled
|
label: Subgrid Enabled
|
||||||
forcedType: bool
|
forcedType: bool
|
||||||
default: false
|
default: false
|
||||||
|
enableReverseLookup:
|
||||||
|
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
|
||||||
|
global: True
|
||||||
modules:
|
modules:
|
||||||
elastalertengine:
|
elastalertengine:
|
||||||
aiRepoUrl:
|
aiRepoUrl:
|
||||||
@@ -577,9 +580,6 @@ soc:
|
|||||||
label: Folder
|
label: Folder
|
||||||
airgap: *pbRepos
|
airgap: *pbRepos
|
||||||
client:
|
client:
|
||||||
enableReverseLookup:
|
|
||||||
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
|
|
||||||
global: True
|
|
||||||
apiTimeoutMs:
|
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.
|
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
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user