mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
move files out of config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user