move files out of config

This commit is contained in:
m0duspwnens
2023-05-17 15:49:22 -04:00
parent 2c932fae9d
commit f7ddf57f39

View File

@@ -2,16 +2,6 @@ soc:
enabled: enabled:
description: You can enable or disable SOC. description: You can enable or disable SOC.
advanced: True advanced: True
config:
licenseKey:
title: License Key
description: Optional Security Onion license key to unlock enterprise features.
global: True
logLevel:
title: Log Level
description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log.
global: True
regex: ^(info|debug|warn|error)$
files: files:
soc: soc:
banner__md: banner__md:
@@ -42,6 +32,16 @@ soc:
global: True global: True
advanced: True advanced: True
helpLink: soc-customization.html helpLink: soc-customization.html
config:
licenseKey:
title: License Key
description: Optional Security Onion license key to unlock enterprise features.
global: True
logLevel:
title: Log Level
description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log.
global: True
regex: ^(info|debug|warn|error)$
actions: actions:
description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. The action must be defined in JSON object format, and contain a "name" key and "links" key. The links is a list of URLs, where the most suitable URL in the list will be the selected URL when the user clicks the action. description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. The action must be defined in JSON object format, and contain a "name" key and "links" key. The links is a list of URLs, where the most suitable URL in the list will be the selected URL when the user clicks the action.
global: True global: True