Added ReverseLookup Option

Defaults to false, has metadata to show up in the config section of soc.
This commit is contained in:
Corey Ogburn
2023-07-21 13:18:08 -06:00
parent be254b15f2
commit bb7a918a16
2 changed files with 4 additions and 0 deletions

View File

@@ -1054,6 +1054,7 @@ soc:
userFiles: userFiles:
- rbac/users_roles - rbac/users_roles
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

View File

@@ -111,6 +111,9 @@ soc:
global: True global: True
advanced: True advanced: True
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