From fd3eb034e910ec484a7877c7559747c0d918ad0f Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 1 Aug 2024 13:02:03 -0400 Subject: [PATCH 1/2] FEATURE: Add SOC Config Quick Link to allow Security Onion Desktop installations through firewall Security-Onion-Solutions/securityonion#13412 --- html/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/index.html b/html/index.html index 9b1ba3a4..25097de9 100644 --- a/html/index.html +++ b/html/index.html @@ -4857,6 +4857,9 @@

{{ i18n.settingsCustomized }} {{ settingsCustomized }}
  • {{i18n.configQLFirewallSensor}}
  • +
  • + {{i18n.configQLFirewallDesktop}} +
  • From b08091625864c6639f49465fed291fdc95931e4c Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 1 Aug 2024 13:03:34 -0400 Subject: [PATCH 2/2] FEATURE: Add SOC Config Quick Link to allow Security Onion Desktop installations through firewall Security-Onion-Solutions/securityonion#13412 --- html/js/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/js/i18n.js b/html/js/i18n.js index 5d387687..75376d62 100644 --- a/html/js/i18n.js +++ b/html/js/i18n.js @@ -206,6 +206,7 @@ const i18n = { configQLNTPHeader: 'NTP', configQLFirewallHeader: 'Firewall', configQLFirewallWebInterface: 'Allow web browsers to login to Security Onion Console', + configQLFirewallDesktop: 'Allow Security Onion Desktop Nodes to connect to Manager', configQLFirewallElastic: 'Allow Elastic Agent endpoints to send logs', configQLFirewallFleet: 'Allow Elastic Fleet Nodes to connect to Manager', configQLFirewallIDH: 'Allow IDH Nodes to connect to Manager',