From 04a757dde04d4f2347f839e42c0689b00e7b2f7e Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 12 Feb 2026 16:04:04 -0500 Subject: [PATCH] clarify url_base description --- salt/global/soc_global.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/global/soc_global.yaml b/salt/global/soc_global.yaml index 047bb525b..a378a7023 100644 --- a/salt/global/soc_global.yaml +++ b/salt/global/soc_global.yaml @@ -32,7 +32,7 @@ global: readonly: True advanced: True url_base: - description: Used for handling of authentication cookies. + description: The base URL for the Security Onion Console. Must be accessible by all nodes in the grid, as well as all analysts. Also used for handling of authentication cookies. Can be an IP address or a hostname/FQDN. Do not include protocol (http/https) or port number. global: True airgap: description: Airgapped systems do not have network connectivity to the internet. This setting represents how this grid was configured during initial setup. While it is technically possible to manually switch systems between airgap and non-airgap, there are some nuances and additional steps involved. For that reason this setting is marked read-only. Contact your support representative for guidance if there is a need to change this setting.