Merge pull request #9852 from Security-Onion-Solutions/kilo

Remove FleetDM tool from SOC instead of deactivating it; generate SRV key during setup
This commit is contained in:
Jason Ertel
2023-02-24 13:05:58 -05:00
committed by GitHub
4 changed files with 11 additions and 8 deletions

View File

@@ -1091,11 +1091,6 @@ soc:
icon: fa-external-link-alt
target: so-playbook
link: /playbook/projects/detection-playbooks/issues/
- name: toolFleet
description: toolFleetHelp
icon: fa-external-link-alt
target: so-fleet
link: /fleet/
- name: toolNavigator
description: toolNavigatorHelp
icon: fa-external-link-alt

View File

@@ -29,8 +29,6 @@
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
{% endif %}
{% do SOCMERGED.server.client.inactiveTools.append('toolFleet') %}
{% set standard_actions = SOCMERGED.pop('actions') %}
{% if pillar.global.endgamehost is defined %}
{% set endgame_dict = {

View File

@@ -47,6 +47,11 @@ soc:
global: True
advanced: True
server:
srvKey:
description: Unique key for protecting the integrity of user submitted data via the web browser.
global: True
sensitive: True
advanced: True
maxPacketCount:
description: Maximum number of packets to show in the PCAP viewer. Larger values can cause more resource utilization on both the SOC server and the browser.
global: True