Merge pull request #10809 from Security-Onion-Solutions/cogburn/8655

Added ReverseLookup Option
This commit is contained in:
coreyogburn
2023-07-21 13:38:38 -06:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -1054,6 +1054,7 @@ soc:
userFiles:
- rbac/users_roles
client:
enableReverseLookup: false
docsUrl: /docs/
cheatsheetUrl: /docs/cheatsheet.pdf
releaseNotesUrl: /docs/release-notes.html

View File

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