mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
move files out of config
This commit is contained in:
@@ -2,16 +2,6 @@ soc:
|
||||
enabled:
|
||||
description: You can enable or disable SOC.
|
||||
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:
|
||||
soc:
|
||||
banner__md:
|
||||
@@ -42,6 +32,16 @@ soc:
|
||||
global: True
|
||||
advanced: True
|
||||
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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user